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

Method clone

libchigraph/src/LangModule.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 std::unique_ptr<NodeType> clone() const override {
198 return std::make_unique<ConstBoolNodeType>(*this);
199 }
200
201 nlohmann::json toJSON() const override { return value; }
202 bool value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected