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

Method requestTimeout

packages/vibe-container/src/utils/index.ts:109–111  ·  view source on GitHub ↗
(type: string, messageId: string)

Source from the content-addressed store, hash-verified

107 }
108
109 requestTimeout(type: string, messageId: string): void {
110 this.log('WARN', `Timeout: ${type} [${messageId.slice(-8)}]`);
111 }
112
113 error(message: string, data?: unknown): void {
114 this.log('ERROR', message, data);

Callers 1

requestMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected