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

Method set

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

Source from the content-addressed store, hash-verified

86 }
87
88 inline void set(int index, V8ValueBase *value)
89 {
90 _.set_value_byindex(&_, index, (cef_v8value_t *)value);
91 }
92
93 static inline V8Array *create(int length)
94 {

Callers 10

_process_requestMethod · 0.45
ExposeNativeFunctionsFunction · 0.45
ExposeOsObjectFunction · 0.45
renderer.ccFile · 0.45
observeFunction · 0.45
disconnectFunction · 0.45
addCallbackMethod · 0.45
setFunction · 0.45
dontShowCheckFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected