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

Function dynlibCacheInsertFile

src/attributes.cpp:3511–3516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3509 }
3510
3511 void dynlibCacheInsertFile(const std::string& cacheDir,
3512 const std::string& file,
3513 const SourceCppDynlib& dynlib)
3514 {
3515 dynlibCacheInsert(cacheDir, file, "", dynlib);
3516 }
3517
3518 void dynlibCacheInsertCode(const std::string& cacheDir,
3519 const std::string& code,

Callers 1

sourceCppContextFunction · 0.85

Calls 1

dynlibCacheInsertFunction · 0.85

Tested by

no test coverage detected