Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ai-techsystems/deepC
/ addInput
Method
addInput
include/graph/node.h:139–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
~opNode() {}
138
139
void addInput(std::string n) { _inputs.push_back(n); }
140
void addOutput(std::string n) { _outputs.push_back(n); }
141
void addAttribute(nodeAttribute &attr) {
142
_attributes.push_back(attr);
Callers
2
addOPNode
Method · 0.45
main
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected