| 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, |
no test coverage detected