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

Interface Storage

src/scripts/storage/storage.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Storage {
2 getValue(key: string): string;
3 getValues(keys: string[]): {};
4 setValue(key: string, value: string): void;
5 removeKey(key: string): boolean;
6}

Callers 20

getFreshValueMethod · 0.65
shouldSetMethod · 0.65
getValueMethod · 0.65
getStoredValueMethod · 0.65
constructorFunction · 0.65
getLastSeenVersionFunction · 0.65
getNewUpdatesFunction · 0.65
updateUserInfoDataMethod · 0.65
getValuesMethod · 0.65
preCacheStoredValuesMethod · 0.65
setTimeStampedValueMethod · 0.65
setValueMethod · 0.65

Implementers 3

ClipperDatasrc/scripts/storage/clipperData.ts
LocalStoragesrc/scripts/storage/localStorage.ts
MockStoragesrc/tests/storage/mockStorage.ts

Calls

no outgoing calls

Tested by

no test coverage detected