MCPcopy Create free account
hub / github.com/cortexkit/magic-context / process_ext.rs

File process_ext.rs

packages/dashboard/src-tauri/src/process_ext.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected