MCPcopy
hub / github.com/coder/mux / getGoal

Method getGoal

src/node/services/workspaceGoalService.ts:1802–1804  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

1800 }
1801
1802 async getGoal(workspaceId: string): Promise<GoalRecordV1 | null> {
1803 return this.normalizeGoalLimits(workspaceId, { syncChatTail: true });
1804 }
1805
1806 /**
1807 * Reject sends/resumes that would run a non-terminal budgeted goal on an

Calls 1

normalizeGoalLimitsMethod · 0.95

Tested by

no test coverage detected