()
| 26 | * ``` |
| 27 | */ |
| 28 | export async function init(): Promise<void> { |
| 29 | if (ghosttyInstance) { |
| 30 | return; // Already initialized |
| 31 | } |
| 32 | ghosttyInstance = await Ghostty.load(); |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * Get the initialized Ghostty instance. |
nothing calls this directly
no test coverage detected
searching dependent graphs…