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

Method clone

libchigraph/src/LangModule.cpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 std::unique_ptr<NodeType> clone() const override {
166 return std::make_unique<ConstFloatNodeType>(*this);
167 }
168
169 nlohmann::json toJSON() const override { return number; }
170 double number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected