| 1 | //! Cross-platform helper to suppress the console window that Windows spawns for |
| 2 | //! every child process. The dashboard shells out to external tools such as |
| 3 | //! `opencode` and `pi`; without `CREATE_NO_WINDOW` each spawn flashes a console |
| 4 | //! window, so opening the dashboard on Windows can pop a dozen-plus terminals. |
nothing calls this directly
no outgoing calls
no test coverage detected