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

Method as_double

src/json.cpp:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388double json_reference_t::as_double() const
389{
390 return (double)(*this);
391}
392
393bool json_reference_t::is_string() const
394{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected