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

Method ModuleCache

libchigraph/include/chi/ModuleCache.hpp:21–21  ·  view source on GitHub ↗

No copy or move

Source from the content-addressed store, hash-verified

19
20 // No copy or move
21 ModuleCache(const ModuleCache&) = delete;
22 ModuleCache(ModuleCache&&) = delete;
23 ModuleCache& operator=(const ModuleCache&) = delete;
24 ModuleCache& operator=(ModuleCache&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected