Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OneNoteDev/WebClipper
/ setValue
Method
setValue
src/scripts/storage/storage.ts:4–4 ·
view source on GitHub ↗
(key: string, value: string)
Source
from the content-addressed store, hash-verified
2
getValue(key: string): string;
3
getValues(keys: string[]): {};
4
setValue(key: string, value: string): void;
5
removeKey(key: string): boolean;
6
}
Callers
15
setTimeStampedValue
Method · 0.65
setValue
Method · 0.65
storeValue
Method · 0.65
constructor
Function · 0.65
fetchAndStoreLocStrings
Function · 0.65
updateLastSeenVersionInStorageToCurrent
Function · 0.65
getLocalizedStrings
Function · 0.65
initializeClipperUiCommunicator
Function · 0.65
initializeClipperInjectCommunicator
Function · 0.65
setTooltipInformation
Method · 0.65
tests
Method · 0.65
tests
Method · 0.65
Implementers
3
ClipperData
src/scripts/storage/clipperData.ts
LocalStorage
src/scripts/storage/localStorage.ts
MockStorage
src/tests/storage/mockStorage.ts
Calls
no outgoing calls
Tested by
no test coverage detected