MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / getValues

Method getValues

src/scripts/storage/clipperData.ts:40–42  ·  view source on GitHub ↗
(keys: string[])

Source from the content-addressed store, hash-verified

38 }
39
40 public getValues(keys: string[]): {} {
41 return this.storage.getValues(keys);
42 }
43
44 public setValue(key: string, value: string): void {
45 if (this.storageGateStrategy.shouldSet(key, value)) {

Callers

nothing calls this directly

Calls 1

getValuesMethod · 0.65

Tested by

no test coverage detected