Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ vol } from
'memfs'
;
2
import
{ stat } from
'node:fs/promises'
;
3
import
path from
'node:path'
;
4
import
{ MEMFS_VOLUME } from
'@code-pushup/test-utils'
;
Callers
nothing calls this directly
Calls
9
createReportPath
Function · 0.85
crawlFileSystem
Function · 0.85
findNearestFile
Function · 0.85
findLineNumberInText
Function · 0.85
filePathToCliArg
Function · 0.85
projectToFilename
Function · 0.85
splitFilePath
Function · 0.85
truncatePaths
Function · 0.85
ensureDirectoryExists
Function · 0.70
Tested by
no test coverage detected