Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComodoSecurity/openedr
/ copy
Method
copy
edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:522–526 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
520
}
521
522
void Value::copy(const Value& other) {
523
copyPayload(other);
524
delete[] comments_;
525
dupMeta(other);
526
}
527
528
ValueType Value::type() const { return type_; }
529
Callers
2
JSONTEST_FIXTURE
Function · 0.45
env
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected