Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OneNoteDev/WebClipper
/ getValue
Method
getValue
src/scripts/storage/clipperData.ts:36–38 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
34
}
35
36
public getValue(key: string): string {
37
return
this.storage.getValue(key);
38
}
39
40
public getValues(keys: string[]): {} {
41
return
this.storage.getValues(keys);
Callers
nothing calls this directly
Calls
1
getValue
Method · 0.65
Tested by
no test coverage detected