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

Method add

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

Add fully-formed annotations. Returns the added annotations.

(items: T[])

Source from the content-addressed store, hash-verified

343export interface AnnotationStore<T extends StorableAnnotation> {
344 /** Add fully-formed annotations. Returns the added annotations. */
345 add(items: T[]): T[];
346 /** Remove an annotation by ID. Returns true if found. */
347 remove(id: string): boolean;
348 /** Remove all annotations from a specific source. Returns count removed. */

Callers 15

createSessionMethod · 0.80
resumeSessionMethod · 0.80
AppFunction · 0.80
dataUrlForFunction · 0.80
extractChangedFilesFunction · 0.80
watchMethod · 0.80
collectFunction · 0.80
buildRepoLabelFunction · 0.80
onMutationFunction · 0.80
parseJjBookmarkListFunction · 0.80

Calls

no outgoing calls

Tested by 1

extractVendoredModulesFunction · 0.64