MCPcopy Create free account
hub / github.com/cortexkit/magic-context / hasV22Command

Function hasV22Command

packages/cli/src/lib/v22-backfill-commands.ts:31–37  ·  view source on GitHub ↗
(args: V22BackfillCommandArgs)

Source from the content-addressed store, hash-verified

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

Callers 2

runDoctorFunction · 0.90
runV22BackfillCommandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected