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

Method toJSON

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

Source from the content-addressed store, hash-verified

383 }
384
385 nlohmann::json toJSON() const override { return {}; }
386 std::unique_ptr<NodeType> clone() const override {
387 Result res = {}; // there shouldn't be an error but check anyways
388 return std::make_unique<GraphFuncCallType>(*JModule, name(), &res);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected