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

Method set

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

Source from the content-addressed store, hash-verified

109 }
110
111 inline void set(const cef_string_t *key, V8ValueBase *value, cef_v8_propertyattribute_t attr)
112 {
113 _.set_value_bykey(&_, key, (cef_v8value_t *)value, attr);
114 }
115
116 static inline V8Object *create()
117 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected