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

Method clone

libchigraph/src/LangModule.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 }
240
241 std::unique_ptr<NodeType> clone() const override {
242 return std::make_unique<ExitNodeType>(*this);
243 }
244
245 nlohmann::json toJSON() const override {
246 nlohmann::json ret = nlohmann::json::object();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected