Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneNoteDev/WebClipper
/ removeKey
Method
removeKey
src/scripts/storage/storage.ts:5–5 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
3
getValues(keys: string[]): {};
4
setValue(key: string, value: string): void;
5
removeKey(key: string): boolean;
6
}
Callers
2
getAndCacheRemoteValue
Method · 0.65
removeKey
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