MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / error

Method error

packages/vibe-container/src/utils/index.ts:113–115  ·  view source on GitHub ↗
(message: string, data?: unknown)

Source from the content-addressed store, hash-verified

111 }
112
113 error(message: string, data?: unknown): void {
114 this.log('ERROR', message, data);
115 }
116 warn(message: string, data?: unknown): void {
117 this.log('WARN', message, data);
118 }

Callers 15

postMessageToParentMethod · 0.80
emitMethod · 0.80
ChatPanelFunction · 0.80
ShellFunction · 0.80
MusicAppFunction · 0.80
initFunction · 0.80
EmailPageFunction · 0.80
initFunction · 0.80
initFunction · 0.80
initFunction · 0.80
ChessFunction · 0.80
DiaryFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected