MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / isInt

Method isInt

core/src/renderer/v8_wrapper.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22 inline bool isBool() { return _.is_bool(&_); }
23 inline bool isInt() { return _.is_int(&_); }
24 inline bool isUint() { return _.is_uint(&_); }
25 inline bool isDouble() { return _.is_double(&_); }
26 inline bool isString() { return _.is_string(&_); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected