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

Method setName

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

Source from the content-addressed store, hash-verified

42NodeInstance* NodeType::nodeInstance() const { return mNodeInstance; }
43
44void NodeType::setName(std::string newName) { mName = std::move(newName); }
45
46void NodeType::setDescription(std::string newDesc) { mDescription = std::move(newDesc); }
47} // namespace chi

Callers 2

codegenNodeFunction · 0.45
compileFunctionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected