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

Method debug

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

Source from the content-addressed store, hash-verified

120 this.log('INFO', message, data);
121 }
122 debug(message: string, data?: unknown): void {
123 this.log('DEBUG', message, data);
124 }
125}
126
127if (typeof window !== 'undefined') {

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected