Skip to content

Commit

Permalink
add dev notes
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed May 24, 2024
1 parent 5bd44c8 commit 0698d68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/application/check_dependency/dependency_graph.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#' try to extract the dependency graph from the application modules
#'
const dependency_graph = function() {

}
2 changes: 2 additions & 0 deletions R/application/hook.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#'
#' @param app the app object which is generated via the ``app`` function
#'
#' @details the application module will be add to the ``context$workflow`` tuple list.
#'
const hook = function(app) {
const context = .get_context();
const pool = context$workflow;
Expand Down

0 comments on commit 0698d68

Please sign in to comment.