Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tsrpc/tsrpc
/ warn
Method
warn
src/server/Logger.ts:24–26 ·
view source on GitHub ↗
(...args: any[])
Source
from the content-addressed store, hash-verified
22
}
23
24
warn(...args: any[]) {
25
this.options.logger.warn(...this.getPrefix().concat(args));
26
}
27
28
error(...args: any[]) {
29
this.options.logger.error(...this.getPrefix().concat(args));
Callers
nothing calls this directly
Calls
2
getPrefix
Method · 0.95
warn
Method · 0.65
Tested by
no test coverage detected