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

Method no_window

packages/dashboard/src-tauri/src/process_ext.rs:18–21  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

16impl NoWindowExt for std::process::Command {
17 #[cfg(windows)]
18 fn no_window(&mut self) -> &mut Self {
19 use std::os::windows::process::CommandExt;
20 self.creation_flags(CREATE_NO_WINDOW)
21 }
22
23 #[cfg(not(windows))]
24 fn no_window(&mut self) -> &mut Self {

Callers 3

run_bounded_binaryFunction · 0.80
run_via_login_shellFunction · 0.80
resolve_via_whereFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected