Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/agentapi
/ init
Function
init
cmd/root.go:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
func
init() {
29
rootCmd.AddCommand(server.CreateServerCmd())
30
rootCmd.AddCommand(attach.AttachCmd)
31
}
Callers
nothing calls this directly
Calls
1
CreateServerCmd
Function · 0.92
Tested by
no test coverage detected