Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ value
Method
value
externals/picojson/picojson.h:212–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
typedef value::object object;
211
212
inline value::value() : type_(null_type), u_() {
213
}
214
215
inline value::value(int type, bool) : type_(type), u_() {
216
switch (type) {
Callers
nothing calls this directly
Calls
1
swap
Function · 0.70
Tested by
no test coverage detected