MCPcopy Create free account
hub / github.com/VSCodeConfigHelper/v4 / main

Function main

src-tauri/src/main.rs:27–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25mod utils;
26
27fn main() {
28 #[cfg(windows)]
29 {
30 utils::winapi::alloc_console();
31 utils::winapi::enable_virtual_terminal();
32 }
33 cli::run();
34}

Callers

nothing calls this directly

Calls 3

alloc_consoleFunction · 0.85
enable_virtual_terminalFunction · 0.85
runFunction · 0.85

Tested by

no test coverage detected