MCPcopy Create free account
hub / github.com/modelcontextprotocol/ext-apps / touchView

Function touchView

examples/pdf-server/server.ts:399–401  ·  view source on GitHub ↗

Register or refresh the heartbeat for a view.

(uuid: string)

Source from the content-addressed store, hash-verified

397
398/** Register or refresh the heartbeat for a view. */
399function touchView(uuid: string): void {
400 viewLastActivity.set(uuid, Date.now());
401}
402
403function pruneStaleQueues(): void {
404 const now = Date.now();

Callers 3

enqueueCommandFunction · 0.85
dequeueCommandsFunction · 0.85
createServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…