MCPcopy Create free account
hub / github.com/backnotprop/plannotator / getAll

Method getAll

packages/shared/external-annotation.ts:355–355  ·  view source on GitHub ↗

Get all annotations (snapshot).

()

Source from the content-addressed store, hash-verified

353 clearAll(): number;
354 /** Get all annotations (snapshot). */
355 getAll(): T[];
356 /** Monotonic version counter — incremented on every mutation. */
357 readonly version: number;
358 /** Register a listener for mutation events. Returns unsubscribe function. */

Callers 6

startFunction · 0.80
handleFunction · 0.80
handleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected