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

Method requestResponse

packages/vibe-container/src/utils/index.ts:104–107  ·  view source on GitHub ↗
(messageId: string, success: boolean, data?: unknown)

Source from the content-addressed store, hash-verified

102 }
103
104 requestResponse(messageId: string, success: boolean, data?: unknown): void {
105 const status = success ? 'OK' : 'FAIL';
106 this.log('RES', `[${messageId.slice(-8)}] ${status}`, data);
107 }
108
109 requestTimeout(type: string, messageId: string): void {
110 this.log('WARN', `Timeout: ${type} [${messageId.slice(-8)}]`);

Callers 1

handleResponseMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected