MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / warn

Method warn

packages/agent-core/src/logging/logger.ts:285–287  ·  view source on GitHub ↗
(message: string, payload?: LogPayload)

Source from the content-addressed store, hash-verified

283 this.emitAt('error', message, payload);
284 }
285 warn(message: string, payload?: LogPayload): void {
286 this.emitAt('warn', message, payload);
287 }
288 info(message: string, payload?: LogPayload): void {
289 this.emitAt('info', message, payload);
290 }

Callers

nothing calls this directly

Calls 1

emitAtMethod · 0.95

Tested by

no test coverage detected