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

Method has

core/src/renderer/v8_wrapper.h:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99struct V8Object : V8ValueBase
100{
101 inline bool has(const cef_string_t *key)
102 {
103 return _.has_value_bykey(&_, key);
104 }
105
106 inline V8Value *get(const cef_string_t *key)
107 {

Callers 6

isDisabledFunction · 0.80
handleMessageFunction · 0.80
observeFunction · 0.80
disconnectFunction · 0.80
hasFunction · 0.80
getFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected