Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
6
import
"golang.org/x/xerrors"
7
8
func
CLI() error {
9
return
xerrors.New(
"agent-exec is only supported on Linux"
)
10
}
Callers
3
main
Function · 0.92
main
Function · 0.92
main
Function · 0.92
Calls
1
New
Method · 0.65
Tested by
no test coverage detected