MCPcopy 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

resumeGoalFunction · 0.45
resumeGoalFunction · 0.45

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected