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

Method getFreshValue

src/scripts/storage/clipperData.ts:32–34  ·  view source on GitHub ↗
(key: string, getRemoteValue: GetResponseAsync, updateInterval?: number)

Source from the content-addressed store, hash-verified

30 }
31
32 public getFreshValue(key: string, getRemoteValue: GetResponseAsync, updateInterval?: number): Promise<TimeStampedData> {
33 return this.cachedHttp.getFreshValue(key, getRemoteValue, updateInterval);
34 }
35
36 public getValue(key: string): string {
37 return this.storage.getValue(key);

Callers 1

testsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected