MCPcopy Create free account
hub / github.com/agent-tower/core / pushFinished

Method pushFinished

packages/server/src/output/msg-store.ts:263–265  ·  view source on GitHub ↗

* 标记完成(别名)

()

Source from the content-addressed store, hash-verified

261
262 /**
263 * 标记完成
264 */
265 finish(): void {
266 this.push({ type: 'finished' });
267 }
268

Callers 3

demoRoutesFunction · 0.80
stopMethod · 0.80
constructorMethod · 0.80

Calls 1

finishMethod · 0.95

Tested by

no test coverage detected