Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ resumeGoal
Method
resumeGoal
packages/node-sdk/src/session.ts:413–416 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
411
}
412
413
async
resumeGoal(): Promise<GoalSnapshot> {
414
this.ensureOpen();
415
return
this.rpc.resumeGoal({ sessionId: this.id });
416
}
417
418
async
cancelGoal(): Promise<GoalSnapshot> {
419
this.ensureOpen();
Callers
3
session-goal.test.ts
File · 0.45
resumeGoal
Function · 0.45
resumeGoal
Function · 0.45
Calls
1
ensureOpen
Method · 0.95
Tested by
no test coverage detected