| 22 | namespace chi { |
| 23 | |
| 24 | ModuleCache::ModuleCache(chi::Context& ctx) : mContext{&ctx} {} |
| 25 | |
| 26 | Result ModuleCache::cacheModule(const boost::filesystem::path& moduleName, |
| 27 | llvm::Module& compiledModule, std::time_t timeAtFileRead) { |
nothing calls this directly
no outgoing calls
no test coverage detected