MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / isLocalKey

Method isLocalKey

src/pkg/config/config.ts:84–86  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

82 private readonly localStorage = new ChromeStorage("system", false);
83
84 private isLocalKey(key: string): boolean {
85 return STORAGE_LOCAL_KEYS.has(key);
86 }
87
88 // 获取 key 对应的主 storage
89 private getStorage(key: string): ChromeStorage {

Callers 2

getStorageMethod · 0.95
_getMethod · 0.95

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected