Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ai-techsystems/deepC
/ inputNodes
Method
inputNodes
include/graph/node.h:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
return getNodes(g, nodes, true);
112
};
113
bool inputNodes(graph &g, std::vector<node *> &nodes) override {
114
return getNodes(g, nodes, false);
115
}
116
};
117
118
/*! Compute Graph operator Node.
Callers
2
write
Method · 0.45
sanityCheck
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected