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

Method get

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

Source from the content-addressed store, hash-verified

104 }
105
106 inline V8Value *get(const cef_string_t *key)
107 {
108 return (V8Value *)_.get_value_bykey(&_, key);
109 }
110
111 inline void set(const cef_string_t *key, V8ValueBase *value, cef_v8_propertyattribute_t attr)
112 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected