MCPcopy 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

crawlFileSystemFsWalkFunction · 0.85
workerFunction · 0.85
createTreeFunction · 0.85
flushFunction · 0.85
rollbackFunction · 0.85
startServerFunction · 0.85
stopServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected