Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ clone
Method
clone
valdi_core/src/valdi_core/cpp/Utils/ValueArray.cpp:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
Ref<ValueArray> ValueArray::clone() const {
91
auto out = make(size());
92
out->copy(begin(), end());
93
94
return out;
95
}
96
97
void ValueArray::sort() {
98
std::sort(begin(), end());
Callers
nothing calls this directly
Calls
4
begin
Function · 0.85
copy
Method · 0.65
size
Function · 0.50
end
Function · 0.50
Tested by
no test coverage detected