(args: V22BackfillCommandArgs)
| 29 | } |
| 30 | |
| 31 | export function hasV22Command(args: V22BackfillCommandArgs): boolean { |
| 32 | return ( |
| 33 | args.checkV22Backfill === true || |
| 34 | args.retryV22Backfill === true || |
| 35 | args.rekeyV22DirIdentity !== undefined |
| 36 | ); |
| 37 | } |
| 38 | |
| 39 | export async function runV22BackfillCommands( |
| 40 | harness: V22BackfillCommandHarness, |
no outgoing calls
no test coverage detected