Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OneNoteDev/WebClipper
/ getValue
Method
getValue
src/scripts/storage/storage.ts:2–2 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
1
export
interface
Storage {
2
getValue(key: string): string;
3
getValues(keys: string[]): {};
4
setValue(key: string, value: string): void;
5
removeKey(key: string): boolean;
Callers
14
getFreshValue
Method · 0.65
shouldSet
Method · 0.65
getValue
Method · 0.65
getStoredValue
Method · 0.65
constructor
Function · 0.65
getLastSeenVersion
Function · 0.65
getNewUpdates
Function · 0.65
updateUserInfoData
Method · 0.65
getLocalizedStrings
Function · 0.65
getLocalizedStringsForBrowser
Function · 0.65
initializeClipperUiCommunicator
Function · 0.65
getTooltipInformation
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