Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ session-goal.test.ts
File
session-goal.test.ts
packages/node-sdk/test/session-goal.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
'vitest'
;
2
3
import
{ Session } from
'#/session'
;
4
import
type
{ SDKRpcClientBase } from
'#/rpc'
;
Callers
nothing calls this directly
Calls
6
makeSession
Function · 0.70
createGoal
Method · 0.45
getGoal
Method · 0.45
pauseGoal
Method · 0.45
resumeGoal
Method · 0.45
cancelGoal
Method · 0.45
Tested by
no test coverage detected