R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) { # nolint
  ## covr misses this but it is run :)
  session_key_refresh() # nocov
  rewrite_reset() # nocov
  data_pkg_init() # nocov
}
dide-tools/encryptr documentation built on Aug. 29, 2023, 11:55 p.m.