Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-pushup/cli
/ resolve
Function
resolve
packages/utils/src/lib/wizard/virtual-fs.ts:25–25 ·
view source on GitHub ↗
(filePath: string)
Source
from the content-addressed store, hash-verified
23
): Tree {
24
const
pending =
new
Map<string, PendingEntry>();
25
const
resolve = (filePath: string): string => path.resolve(root, filePath);
26
27
return
{
28
root,
Callers
10
crawlFileSystemFsWalk
Function · 0.85
worker
Function · 0.85
performance-observer.unit.test.ts
File · 0.85
promises.unit.test.ts
File · 0.85
createTree
Function · 0.85
flush
Function · 0.85
rollback
Function · 0.85
startServer
Function · 0.85
stopServer
Function · 0.85
execute-process.mock.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected