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

Method info

src/scripts/logging/webConsole.ts:12–14  ·  view source on GitHub ↗
(message: string, object: any)

Source from the content-addressed store, hash-verified

10 }
11
12 info(message: string, object: any): void {
13 console.info(message, object);
14 }
15
16 log(message: string, object: any): void {
17 console.log(message, object);

Callers

nothing calls this directly

Calls 1

infoMethod · 0.65

Tested by

no test coverage detected