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

Method is_double

src/json.cpp:377–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377bool json_reference_t::is_double() const
378{
379 return yyjson_mut_is_num(v);
380}
381
382json_reference_t::operator double() const
383{

Callers 1

verify_json_treeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected