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

Function initVibeApp

packages/vibe-container/src/clientComManager/index.ts:361–368  ·  view source on GitHub ↗
(
  appConfig: AppConfig,
  origin?: string,
)

Source from the content-addressed store, hash-verified

359
360/** Quick init and handshake */
361export async function initVibeApp(
362 appConfig: AppConfig,
363 origin?: string,
364): Promise<ClientComManager> {
365 const manager = ClientComManager.getInstance();
366 await manager.handshake(appConfig, origin);
367 return manager;
368}
369
370export default ClientComManager.getInstance;

Callers 10

initFunction · 0.90
initFunction · 0.90
initFunction · 0.90
initFunction · 0.90
ChessFunction · 0.90
initFunction · 0.90
initFunction · 0.90
FreeCellFunction · 0.90
initFunction · 0.90
initFunction · 0.90

Calls 2

handshakeMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected