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

Method setDescription

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

Source from the content-addressed store, hash-verified

44void NodeType::setName(std::string newName) { mName = std::move(newName); }
45
46void NodeType::setDescription(std::string newDesc) { mDescription = std::move(newDesc); }
47} // namespace chi

Calls

no outgoing calls

Tested by

no test coverage detected