Skip to content

Commit 9a3e42c

Browse files
committed
document should_inner_split in workflows-internals
1 parent cffad08 commit 9a3e42c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

R/fit.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,11 @@ fit.workflow <- function(object, data, ..., control = control_workflow()) {
7676
}
7777

7878
#' @export
79+
#' @rdname workflows-internals
7980
#' @keywords internal
8081
should_inner_split <- function(workflow) {
8182
# todo: test this
83+
# todo: prefix with a dot for consistency with other workflows internals
8284
has_postprocessor(workflow) && postprocessor_requires_training(workflow)
8385
}
8486

man/workflows-internals.Rd

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)