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

Method nodeInstance

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

Source from the content-addressed store, hash-verified

40}
41
42NodeInstance* NodeType::nodeInstance() const { return mNodeInstance; }
43
44void NodeType::setName(std::string newName) { mName = std::move(newName); }
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected