Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
demoRoutes
Function · 0.80
stop
Method · 0.80
constructor
Method · 0.80
Calls
1
finish
Method · 0.95
Tested by
no test coverage detected