Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agent-tower/core
/ finish
Method
finish
packages/server/src/output/msg-store.ts:256–258 ·
view source on GitHub ↗
* 标记完成
()
Source
from the content-addressed store, hash-verified
254
255
/**
256
* 推送 message ID
257
*/
258
pushMessageId(id: string): void {
259
this.push({
type
:
'message_id'
, id });
260
}
261
Callers
1
pushFinished
Method · 0.95
Calls
1
push
Method · 0.95
Tested by
no test coverage detected