Skip to content

Commit

Permalink
browser
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Dec 23, 2024
1 parent c0d69fc commit 897270d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/class_meta.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ meta_class <- R6::R6Class(
.subset2(.subset2(.subset2(self, "database"), "get_row")(name), "data")
},
hash_deps = function(deps, pipeline) {

browser()

hashes <- lapply(
X = sort_chr(deps),
FUN = self$hash_dep,
Expand Down

0 comments on commit 897270d

Please sign in to comment.