R/get_definition.R

Defines functions get_definition.instrumentr_function get_definition

#' @export
get_definition <- function(object, ...) {
    UseMethod("get_definition")
}

#' @export
get_definition.instrumentr_function <- function(object, ...) { # nolint
    .Call(C_function_get_definition, object)
}
PRL-PRG/instrumentr documentation built on Feb. 26, 2021, 5:12 p.m.