MCPcopy Create free account
hub / github.com/chigraph/chigraph / clone

Method clone

libchigraph/src/GraphModule.cpp:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 }
300
301 std::unique_ptr<NodeType> clone() const override {
302 Result res;
303
304 return std::make_unique<CFuncNode>(*mGraphModule, mCCode, mFunctionName, mExtraArguments,
305 mInputs, mOutput);
306 }
307
308 std::string mFunctionName;
309 std::string mCCode;

Callers 5

jquery.jsFile · 0.45
BFunction · 0.45
NodeInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected