MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / nextId

Method nextId

apps/kimi-web/src/api/daemon/ws.ts:475–477  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

473 }
474
475 private nextId(): string {
476 return `c_${++this.msgSeq}`;
477 }
478}
479
480function terminalKey(sessionId: string, terminalId: string): string {

Callers 9

unsubscribeMethod · 0.95
abortMethod · 0.95
terminalInputMethod · 0.95
terminalResizeMethod · 0.95
terminalDetachMethod · 0.95
terminalCloseMethod · 0.95
onServerHelloMethod · 0.95
sendSubscribeMethod · 0.95
sendTerminalAttachMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected