Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
std::unique_ptr<Value> Value::copy() const {
101
return std::make_unique<Value>(*this);
102
}
103
104
Value Value::createNullValue() {
105
return {};
Callers
6
setDataType
Method · 0.45
createDefaultValue
Method · 0.45
Value
Method · 0.45
copyValueFrom
Method · 0.45
node.cpp
File · 0.45
rel.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected