Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ has
Function
has
plugins/src/preload/api/DataStore.ts:24–26 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
22
window.DataStore = {
23
24
has(key) {
25
return
data().has(String(key));
26
},
27
28
get(key, fallback) {
29
if
(typeof key !==
'string'
) {
Callers
nothing calls this directly
Calls
2
data
Function · 0.85
has
Method · 0.80
Tested by
no test coverage detected