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

Method clone

libchigraph/src/LangModule.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 std::unique_ptr<NodeType> clone() const override {
134 return std::make_unique<ConstIntNodeType>(*this);
135 }
136
137 nlohmann::json toJSON() const override { return number; }
138 int number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected