MCPcopy Create free account
hub / github.com/LAStools/LAStools / boolean

Function boolean

src/json.hpp:6831–6835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6829 }
6830
6831 bool boolean(bool val)
6832 {
6833 handle_value(val);
6834 return true;
6835 }
6836
6837 bool number_integer(number_integer_t val)
6838 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected