MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / markDisplayed

Method markDisplayed

apps/cli/src/agent/output-manager.ts:194–196  ·  view source on GitHub ↗

* Mark a message as displayed (useful for external coordination).

(ts: number, text: string, partial: boolean)

Source from the content-addressed store, hash-verified

192 * Mark a message as displayed (useful for external coordination).
193 */
194 markDisplayed(ts: number, text: string, partial: boolean): void {
195 this.displayedMessages.set(ts, { ts, text, partial })
196 }
197
198 /**
199 * Clear all tracking state.

Callers 8

handleCommandApprovalMethod · 0.80
handleToolApprovalMethod · 0.80
handleMcpApprovalMethod · 0.80
handleApiFailedRetryMethod · 0.80
handleResumeTaskMethod · 0.80
handleGenericApprovalMethod · 0.80

Calls 1

setMethod · 0.65

Tested by

no test coverage detected