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

Method toJSON

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

Source from the content-addressed store, hash-verified

476 }
477
478 nlohmann::json toJSON() const override { return {}; }
479 std::unique_ptr<NodeType> clone() const override {
480 return std::make_unique<BreakStructNodeType>(*mStruct);
481 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected