Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ set_int64
Method
set_int64
externals/picojson/picojson.h:983–986 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
981
}
982
#ifdef PICOJSON_USE_INT64
983
bool set_int64(int64_t i) {
984
*out_ = value(i);
985
return true;
986
}
987
#endif
988
bool set_number(double f) {
989
*out_ = value(f);
Callers
nothing calls this directly
Calls
1
value
Class · 0.70
Tested by
no test coverage detected