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

Method clone

libchigraph/src/GraphModule.cpp:430–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428
429 nlohmann::json toJSON() const override { return {}; }
430 std::unique_ptr<NodeType> clone() const override {
431 return std::make_unique<MakeStructNodeType>(*mStruct);
432 }
433
434 GraphStruct* mStruct;
435};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected