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

Method GraphModule

libchigraph/src/GraphModule.cpp:570–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568} // anon namespace
569
570GraphModule::GraphModule(Context& cont, boost::filesystem::path fullName,
571 const std::vector<boost::filesystem::path>& dependencies)
572 : ChiModule(cont, fullName) {
573 // load the dependencies from the context
574 for (const auto& dep : dependencies) { addDependency(dep); }
575}
576
577std::vector<std::string> GraphModule::typeNames() const {
578 std::vector<std::string> ret;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected