MCPcopy Index your code
hub / github.com/code-pushup/cli / file-system.unit.test.ts

File file-system.unit.test.ts

packages/utils/src/lib/file-system.unit.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { vol } from 'memfs';
2import { stat } from 'node:fs/promises';
3import path from 'node:path';
4import { MEMFS_VOLUME } from '@code-pushup/test-utils';

Callers

nothing calls this directly

Calls 9

createReportPathFunction · 0.85
crawlFileSystemFunction · 0.85
findNearestFileFunction · 0.85
findLineNumberInTextFunction · 0.85
filePathToCliArgFunction · 0.85
projectToFilenameFunction · 0.85
splitFilePathFunction · 0.85
truncatePathsFunction · 0.85
ensureDirectoryExistsFunction · 0.70

Tested by

no test coverage detected