MCPcopy Create free account
hub / github.com/chigraph/chigraph / ModuleCache

Method ModuleCache

libchigraph/src/ModuleCache.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace chi {
23
24ModuleCache::ModuleCache(chi::Context& ctx) : mContext{&ctx} {}
25
26Result ModuleCache::cacheModule(const boost::filesystem::path& moduleName,
27 llvm::Module& compiledModule, std::time_t timeAtFileRead) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected