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

Method NodeType

libchigraph/src/NodeType.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace chi {
6
7NodeType::NodeType(ChiModule& mod, std::string name, std::string description)
8 : mModule{&mod},
9 mContext{&mod.context()},
10 mName{std::move(name)},
11 mDescription{std::move(description)} {}
12
13NodeType::~NodeType() = default;
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected