(ctx *cli.Context)
| 112 | } |
| 113 | |
| 114 | func rootsAction(ctx *cli.Context) error { |
| 115 | return rootsAndFederationFlow(ctx, rootsFlow) |
| 116 | } |
| 117 | |
| 118 | func federationAction(ctx *cli.Context) error { |
| 119 | return rootsAndFederationFlow(ctx, federationFlow) |
nothing calls this directly
no test coverage detected
searching dependent graphs…