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

Function CLI

agent/agentexec/cli_other.go:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6import "golang.org/x/xerrors"
7
8func CLI() error {
9 return xerrors.New("agent-exec is only supported on Linux")
10}

Callers 3

mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92

Calls 1

NewMethod · 0.65

Tested by

no test coverage detected