()
| 227 | // ── State helpers ───────────────────────────────────────────────────────── |
| 228 | |
| 229 | function stateDir(): string { |
| 230 | return join(homedir(), ".hyperframes"); |
| 231 | } |
| 232 | function statePath(): string { |
| 233 | return join(stateDir(), "cloudrun-state.json"); |
| 234 | } |
no outgoing calls
no test coverage detected