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

Method clone

libchigraph/src/LangModule.cpp:535–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533 }
534
535 std::unique_ptr<NodeType> clone() const override {
536 return std::make_unique<CompareNodeType>(*this);
537 }
538
539 CmpOp mCompOp;
540 DataType mType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected