MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / is_uint64

Method is_uint64

src/json.cpp:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345bool json_reference_t::is_uint64() const
346{
347 return yyjson_mut_is_uint(v);
348}
349
350json_reference_t::operator uint64_t() const
351{

Callers 1

verify_json_treeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected