Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1148
function
createSessionId(): string {
1149
return
`session_${randomUUID()}`;
1150
}
1151
1152
function
withAdditionalDirs<T>(
1153
result: T,
Callers
2
createSessionWithOverrides
Method · 0.85
forkSession
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected