Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
NodeInstance* NodeType::nodeInstance() const { return mNodeInstance; }
43
44
void 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