Update an annotation by ID. Returns the updated annotation, or null if not found.
(id: string, fields: Partial<T>)
| 349 | clearBySource(source: string): number; |
| 350 | /** Update an annotation by ID. Returns the updated annotation, or null if not found. */ |
| 351 | update(id: string, fields: Partial<T>): T | null; |
| 352 | /** Remove all annotations. Returns count removed. */ |
| 353 | clearAll(): number; |
| 354 | /** Get all annotations (snapshot). */ |
no outgoing calls
no test coverage detected