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

Function formatCachePathSuffix

packages/core/src/lib/implementation/runner.ts:158–160  ·  view source on GitHub ↗
(cacheFilePath: string)

Source from the content-addressed store, hash-verified

156}
157
158function formatCachePathSuffix(cacheFilePath: string): string {
159 return ansis.gray(`(${cacheFilePath})`);
160}

Callers 2

writeRunnerResultsFunction · 0.85
readRunnerResultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected