MCPcopy 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
19export function warn(src: any, ...args: any[]) {
20 logger.warn(src, ...args);
21}
22
23export function error(src: any, ...args: any[]) {
24 logger.error(src, ...args);

Callers

nothing calls this directly

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected