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

Method requestStart

packages/vibe-container/src/utils/index.ts:100–102  ·  view source on GitHub ↗
(type: string, messageId: string, data?: unknown)

Source from the content-addressed store, hash-verified

98 }
99
100 requestStart(type: string, messageId: string, data?: unknown): void {
101 this.log('REQ', `${type} [${messageId.slice(-8)}]`, data);
102 }
103
104 requestResponse(messageId: string, success: boolean, data?: unknown): void {
105 const status = success ? 'OK' : 'FAIL';

Callers 1

requestMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected