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

Method clone

libchigraph/src/GraphModule.cpp:561–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559
560 nlohmann::json toJSON() const override { return mDataType.type.qualifiedName(); }
561 std::unique_ptr<NodeType> clone() const override {
562 return std::make_unique<GetLocalNodeType>(module(), mDataType);
563 }
564
565 NamedDataType mDataType;
566};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected