MCPcopy
hub / github.com/smallstep/cli / rootsAction

Function rootsAction

command/ca/federation.go:114–116  ·  view source on GitHub ↗
(ctx *cli.Context)

Source from the content-addressed store, hash-verified

112}
113
114func rootsAction(ctx *cli.Context) error {
115 return rootsAndFederationFlow(ctx, rootsFlow)
116}
117
118func federationAction(ctx *cli.Context) error {
119 return rootsAndFederationFlow(ctx, federationFlow)

Callers

nothing calls this directly

Calls 1

rootsAndFederationFlowFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…