Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
info
Method · 0.65
Tested by
no test coverage detected