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

Method clearAll

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

Remove all annotations. Returns count removed.

()

Source from the content-addressed store, hash-verified

351 update(id: string, fields: Partial<T>): T | null;
352 /** Remove all annotations. Returns count removed. */
353 clearAll(): number;
354 /** Get all annotations (snapshot). */
355 getAll(): T[];
356 /** Monotonic version counter — incremented on every mutation. */

Callers 2

handleFunction · 0.80
handleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected