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

Method null

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

Source from the content-addressed store, hash-verified

43 }
44
45 static inline V8Value *null()
46 {
47 return (V8Value *)cef_v8value_create_null();
48 }
49
50 static inline V8Value *boolean(bool value)
51 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected