R/class_store_file_fast.R

Defines functions store_set_timestamp_trust.tar_store_file_fast store_assert_format_setting.file_fast store_class_format.file_fast

#' @export
store_class_format.file_fast <- function(format) {
  c("tar_store_file_fast", "tar_store_file", "tar_external", "tar_store")
}

#' @export
store_assert_format_setting.file_fast <- function(format) {
}

#' @export
store_set_timestamp_trust.tar_store_file_fast <- function(store) {
  store$file$trust_timestamps <- TRUE
}
wlandau/targets documentation built on May 1, 2024, 7:27 p.m.