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

Function dynlibCacheInsertCode

src/attributes.cpp:3518–3523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3516 }
3517
3518 void dynlibCacheInsertCode(const std::string& cacheDir,
3519 const std::string& code,
3520 const SourceCppDynlib& dynlib)
3521 {
3522 dynlibCacheInsert(cacheDir, "", code, dynlib);
3523 }
3524
3525 SourceCppDynlib dynlibCacheLookup(const std::string& cacheDir,
3526 const std::string& file,

Callers 1

sourceCppContextFunction · 0.85

Calls 1

dynlibCacheInsertFunction · 0.85

Tested by

no test coverage detected