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

Method clone

libchigraph/src/GraphModule.cpp:520–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518
519 nlohmann::json toJSON() const override { return mDataType.type.qualifiedName(); }
520 std::unique_ptr<NodeType> clone() const override {
521 return std::make_unique<SetLocalNodeType>(module(), mDataType);
522 }
523
524 NamedDataType mDataType;
525};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected