Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
struct 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
isDisabled
Function · 0.80
handleMessage
Function · 0.80
observe
Function · 0.80
disconnect
Function · 0.80
has
Function · 0.80
get
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected