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

Method toJSON

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

Source from the content-addressed store, hash-verified

517 }
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 }

Callers

nothing calls this directly

Calls 1

qualifiedNameMethod · 0.45

Tested by

no test coverage detected