Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConsortiumAI/Consortium
/ warn
Function
warn
packages/consortium-server/sources/utils/log.ts:19–21 ·
view source on GitHub ↗
(src: any, ...args: any[])
Source
from the content-addressed store, hash-verified
17
}
18
19
export
function
warn(src: any, ...args: any[]) {
20
logger.warn(src, ...args);
21
}
22
23
export
function
error(src: any, ...args: any[]) {
24
logger.error(src, ...args);
Callers
nothing calls this directly
Calls
1
warn
Method · 0.80
Tested by
no test coverage detected