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

Function createSessionId

packages/agent-core/src/rpc/core-impl.ts:1148–1150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1146}
1147
1148function createSessionId(): string {
1149 return `session_${randomUUID()}`;
1150}
1151
1152function withAdditionalDirs<T>(
1153 result: T,

Callers 2

forkSessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected