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

Function dynlibCacheLookupByFile

src/attributes.cpp:3538–3542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3536 }
3537
3538 SourceCppDynlib dynlibCacheLookupByFile(const std::string& cacheDir,
3539 const std::string& file)
3540 {
3541 return dynlibCacheLookup(cacheDir, file, "");
3542 }
3543
3544 SourceCppDynlib dynlibCacheLookupByCode(const std::string& cacheDir,
3545 const std::string& code)

Callers 1

sourceCppContextFunction · 0.85

Calls 1

dynlibCacheLookupFunction · 0.85

Tested by

no test coverage detected