Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aptly-dev/aptly
/ makeCmdAPI
Function
makeCmdAPI
cmd/api.go:7–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
)
6
7
func
makeCmdAPI() *commander.Command {
8
return
&commander.Command{
9
UsageLine:
"api"
,
10
Short:
"start API server/issue requests"
,
11
Subcommands: []*commander.Command{
12
makeCmdAPIServe(),
13
},
14
}
15
}
Callers
1
RootCommand
Function · 0.85
Calls
1
makeCmdAPIServe
Function · 0.85
Tested by
no test coverage detected