Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ ~value
Method
~value
externals/picojson/picojson.h:309–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
}
308
309
inline value::~value() {
310
clear();
311
}
312
313
inline value::value(const value &x) : type_(x.type_), u_() {
314
switch (type_) {
Callers
nothing calls this directly
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected