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