MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / boolean

Function boolean

Source/external/json.hpp:6761–6765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6759 }
6760
6761 bool boolean(bool val)
6762 {
6763 handle_value(val);
6764 return true;
6765 }
6766
6767 bool number_integer(number_integer_t val)
6768 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected