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

Method setLogger

src/scripts/storage/clipperData.ts:28–30  ·  view source on GitHub ↗
(logger: Logger)

Source from the content-addressed store, hash-verified

26 }
27
28 public setLogger(logger: Logger) {
29 this.cachedHttp.setLogger(logger);
30 }
31
32 public getFreshValue(key: string, getRemoteValue: GetResponseAsync, updateInterval?: number): Promise<TimeStampedData> {
33 return this.cachedHttp.getFreshValue(key, getRemoteValue, updateInterval);

Callers 2

constructorFunction · 0.45
constructorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected