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

Function wireEventSessionId

apps/kimi-web/src/api/daemon/mappers.ts:770–772  ·  view source on GitHub ↗
(wire: WireEvent)

Source from the content-addressed store, hash-verified

768
769// Helper to extract sessionId from a WireEvent (needed by reducer for lastSeq update)
770export function wireEventSessionId(wire: WireEvent): string {
771 return wire.session_id;
772}
773
774export function wireEventSeq(wire: WireEvent): number {
775 return wire.seq;

Callers 1

connectEventsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected