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