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

Method clone

libchigraph/src/LangModule.cpp:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 std::unique_ptr<NodeType> clone() const override {
336 return std::make_unique<IntToFloatNodeType>(*this);
337 }
338};
339
340struct FloatToIntNodeType : NodeType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected