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

Method clone

libchigraph/src/LangModule.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 std::unique_ptr<NodeType> clone() const override {
89 return std::make_unique<EntryNodeType>(*this);
90 }
91
92 nlohmann::json toJSON() const override {
93 nlohmann::json ret = nlohmann::json::object();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected