MCPcopy Index your code
hub / github.com/MALSync/MALSync / getStorage

Method getStorage

src/utils/Cache.ts:84–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 protected async getStorage() {
85 if (this.localStorage) {
86 return JSON.parse(localStore.getItem(this.key)!);
87 }
88 return api.storage.get(this.key);
89 }
90}

Callers 4

hasValueMethod · 0.95
hasValueAndIsNotEmptyMethod · 0.95
fullStateMethod · 0.95
getValueMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected