MCPcopy Create free account
hub / github.com/code-pushup/cli / printPersistConfig

Function printPersistConfig

packages/ci/src/lib/run-utils.ts:478–483  ·  view source on GitHub ↗
(
  ctx: CommandContext,
)

Source from the content-addressed store, hash-verified

476}
477
478export async function printPersistConfig(
479 ctx: CommandContext,
480): Promise<EnhancedPersistConfig> {
481 const json = await runPrintConfig(ctx);
482 return parsePersistConfig(json);
483}
484
485export function hasDefaultPersistFormats(
486 config: EnhancedPersistConfig,

Callers 3

loadProjectEnvsFunction · 0.85
runOnProjectFunction · 0.85
checkPrintConfigFunction · 0.85

Calls 2

runPrintConfigFunction · 0.85
parsePersistConfigFunction · 0.85

Tested by

no test coverage detected