Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void NodeType::setName(std::string newName) { mName = std::move(newName); }
45
46
void NodeType::setDescription(std::string newDesc) { mDescription = std::move(newDesc); }
47
} // namespace chi
Callers
2
JSONSerializer.cpp
File · 0.45
createGraphFunctionDeclarationFromJson
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected