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

Method clone

libchigraph/src/LangModule.cpp:453–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451 }
452
453 std::unique_ptr<NodeType> clone() const override {
454 return std::make_unique<BinaryOperationNodeType>(*this);
455 }
456
457 BinOp mBinOp;
458 DataType mType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected