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

Method getStorage

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

Source from the content-addressed store, hash-verified

87
88 // 获取 key 对应的主 storage
89 private getStorage(key: string): ChromeStorage {
90 return this.isLocalKey(key) ? this.localStorage : this.syncStorage;
91 }
92
93 private EE: EventEmitter<string> = new EventEmitter<string>();
94

Callers 2

_getMethod · 0.95
_setMethod · 0.95

Calls 1

isLocalKeyMethod · 0.95

Tested by

no test coverage detected