Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ai-techsystems/deepC
/ setName
Method
setName
include/graph/node.h:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
node(std::string n =
""
) : _name(n) {}
78
void setName(std::string n) { _name = n; }
79
std::string name() { return _name; }
80
81
virtual OPCODE symbol() { return opInvalid; }
Callers
2
main
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected