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

Interface NoWindowExt

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

Apply `CREATE_NO_WINDOW` to a `std::process::Command` on Windows.

Source from the content-addressed store, hash-verified

10
11/// Apply `CREATE_NO_WINDOW` to a `std::process::Command` on Windows.
12pub trait NoWindowExt {
13 fn no_window(&mut self) -> &mut Self;
14}
15
16impl NoWindowExt for std::process::Command {
17 #[cfg(windows)]

Callers

nothing calls this directly

Implementers 1

process_ext.rspackages/dashboard/src-tauri/src/proce

Calls

no outgoing calls

Tested by

no test coverage detected