MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / getGoal

Method getGoal

packages/node-sdk/src/session.ts:403–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

401 }
402
403 async getGoal(): Promise<GoalToolResult> {
404 this.ensureOpen();
405 return this.rpc.getGoal({ sessionId: this.id });
406 }
407
408 async pauseGoal(): Promise<GoalSnapshot> {
409 this.ensureOpen();

Callers 7

getGoalFunction · 0.45
syncRuntimeStateMethod · 0.45
queueNextGoalFunction · 0.45
showGoalStatusFunction · 0.45
runHeadlessGoalFunction · 0.45

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected