MCPcopy Index your code
hub / github.com/coder/coder / main

Function main

agent/agentexec/cmdtest/main_linux.go:13–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11)
12
13func main() {
14 err := agentexec.CLI()
15 if err != nil {
16 _, _ = fmt.Fprintln(os.Stderr, err)
17 os.Exit(1)
18 }
19}

Callers

nothing calls this directly

Calls 2

CLIFunction · 0.92
ExitMethod · 0.80

Tested by

no test coverage detected