(id: HfId)
| 462 | // ── Query API (F1) ───────────────────────────────────────────────────────── |
| 463 | getElements(): ElementSnapshot[]; |
| 464 | getElement(id: HfId): ElementSnapshot | null; |
| 465 | find(query: FindQuery): string[]; |
| 466 | |
| 467 | // ── Selection API ────────────────────────────────────────────────────────── |
no outgoing calls
no test coverage detected