Skip to content

Commit

Permalink
chore: Remove unused function (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Nov 7, 2024
1 parent 282a50a commit db8ef2d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/get.R
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,6 @@ get_content <- function(src, guid = NULL, owner_guid = NULL, name = NULL, ..., .
return(out)
}

.make_predicate <- function(.expr) {
function(.x) {
masked_expr <- rlang::enexpr(.expr) # nolint: object_usage_linter
}
}


#' Get Content List with Permissions
#'
Expand Down

0 comments on commit db8ef2d

Please sign in to comment.