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

Function get_cache

inst/include/Rcpp/routines.h:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282inline attribute_hidden int* get_cache( int n ){
283 typedef int* (*Fun)(int);
284 static Fun fun = GET_CALLABLE("get_cache");
285 return fun(n);
286}
287
288inline attribute_hidden SEXP reset_current_error(){
289 typedef SEXP (*Fun)(void);

Callers 1

IndexHashMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected