Get all annotations (snapshot).
()
| 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. */ |
no outgoing calls
no test coverage detected