MCPcopy 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

pauseGoalFunction · 0.45
pauseGoalFunction · 0.45

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected