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

Method boolean

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

Source from the content-addressed store, hash-verified

48 }
49
50 static inline V8Value *boolean(bool value)
51 {
52 return (V8Value *)cef_v8value_create_bool(value);
53 }
54
55 static inline V8Value *number(double value)
56 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected