MCPcopy
hub / github.com/CopilotKit/CopilotKit / warn

Method warn

showcase/harness/src/types/index.ts:475–475  ·  view source on GitHub ↗
(msg: string, meta?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

473export interface Logger {
474 info(msg: string, meta?: Record<string, unknown>): void;
475 warn(msg: string, meta?: Record<string, unknown>): void;
476 error(msg: string, meta?: Record<string, unknown>): void;
477 debug(msg: string, meta?: Record<string, unknown>): void;
478}

Callers 15

registerCommandsMethod · 0.65
handleWebhookValueFunction · 0.65
ToastProviderFunction · 0.65
setupFunction · 0.65
CopilotChatInputFunction · 0.65
CopilotChatFunction · 0.65
CopilotPopupFunction · 0.65
CopilotChatMessageViewFunction · 0.65
CopilotSidebarFunction · 0.65
CopilotKitProviderFunction · 0.65
useKatexStylesFunction · 0.65

Calls

no outgoing calls

Tested by 3

restoreFromGitHeadLockedFunction · 0.52
sweepTmpStragglersMethod · 0.52
runMethod · 0.52