MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / char_nocheck

Function char_nocheck

src/barrier.cpp:84–86  ·  view source on GitHub ↗

[[Rcpp::register]]

Source from the content-addressed store, hash-verified

82
83// [[Rcpp::register]]
84const char* char_nocheck(SEXP x) {
85 return CHAR(x);
86}
87
88static bool Rcpp_cache_know = false;
89static SEXP Rcpp_cache = R_NilValue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected