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