MCPcopy 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

22window.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

dataFunction · 0.85
hasMethod · 0.80

Tested by

no test coverage detected