Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
377
bool json_reference_t::is_double() const
378
{
379
return yyjson_mut_is_num(v);
380
}
381
382
json_reference_t::operator double() const
383
{
Callers
1
verify_json_tree
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected