MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / name

Method name

include/graph/node.h:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
82 virtual NODE_TYPE ntype() { return NONE; }

Callers 15

modelInputsMethod · 0.45
nodeNameMethod · 0.45
writeUsageFunctionMethod · 0.45
writeMethod · 0.45
writeConstantOperatorMethod · 0.45
writeUnaryOperatorMethod · 0.45
writeBinaryOperatorMethod · 0.45
writeTernaryOperatorMethod · 0.45
sanityCheckMethod · 0.45
mainFunction · 0.45
addAttributeMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected