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

Method ChiModule

libchigraph/src/ChiModule.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7namespace chi {
8ChiModule::ChiModule(Context& contextArg, boost::filesystem::path moduleFullName)
9 : mFullName{std::move(moduleFullName)}, mContext{&contextArg} {
10 mName = mFullName.filename().string();
11}
12
13Result ChiModule::addDependency(const boost::filesystem::path& newDepFullPath) {
14 Result res = context().loadModule(newDepFullPath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected