(ctx *cli.Context)
| 116 | } |
| 117 | |
| 118 | func federationAction(ctx *cli.Context) error { |
| 119 | return rootsAndFederationFlow(ctx, federationFlow) |
| 120 | } |
| 121 | |
| 122 | func rootsAndFederationFlow(ctx *cli.Context, typ flowType) error { |
| 123 | if err := errs.MinMaxNumberOfArguments(ctx, 0, 1); err != nil { |
nothing calls this directly
no test coverage detected
searching dependent graphs…