tests/testthat/helper-memory.R

maybe_shared_col <- function(x, i) {
  .Call(vctrs_maybe_shared_col, x, i)
}

new_df_unshared_col <- function() {
  .Call(vctrs_new_df_unshared_col)
}
r-lib/vctrs documentation built on Oct. 30, 2024, 8:54 a.m.