MCPcopy Create free account
hub / github.com/PowerShell/DSC / main

Function main

resources/windows_service/src/main.rs:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55#[cfg(not(windows))]
56fn main() {
57 write_error(&t!("main.windowsOnly"));
58 exit(EXIT_SERVICE_ERROR);
59}
60
61#[cfg(windows)]
62fn main() {

Callers

nothing calls this directly

Calls 10

get_serviceFunction · 0.85
set_serviceFunction · 0.85
export_servicesFunction · 0.85
as_strMethod · 0.80
write_errorFunction · 0.70
parse_input_argFunction · 0.70
require_inputFunction · 0.70
print_jsonFunction · 0.70
from_strFunction · 0.50
as_refMethod · 0.45

Tested by

no test coverage detected