MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / copy

Method copy

src/common/types/value/value.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100std::unique_ptr<Value> Value::copy() const {
101 return std::make_unique<Value>(*this);
102}
103
104Value Value::createNullValue() {
105 return {};

Callers 6

setDataTypeMethod · 0.45
createDefaultValueMethod · 0.45
ValueMethod · 0.45
copyValueFromMethod · 0.45
node.cppFile · 0.45
rel.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected