()
| 13 | // eslint-disable-next-line @typescript-eslint/naming-convention |
| 14 | const AppContext = createContext<Props>({ |
| 15 | exit() {}, |
| 16 | }) |
| 17 | |
| 18 | // eslint-disable-next-line custom-rules/no-top-level-side-effects |
nothing calls this directly
no outgoing calls
no test coverage detected