MCPcopy 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
7func 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

RootCommandFunction · 0.85

Calls 1

makeCmdAPIServeFunction · 0.85

Tested by

no test coverage detected