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

Method toJSON

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected