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

Method asInt

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

Source from the content-addressed store, hash-verified

30
31 inline bool asBool() { return _.get_bool_value(&_); }
32 inline int asInt() { return _.get_int_value(&_); }
33 inline uint32_t asUint() { return _.get_uint_value(&_); }
34 inline double asDouble() { return _.get_double_value(&_); }
35 inline cef_string_userfree_t asString() { return _.get_string_value(&_); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected