Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/qawolf/cli
/ rm
Function
rm
src/shell/fs.ts:66–68 ·
view source on GitHub ↗
(path, options)
Source
from the content-addressed store, hash-verified
64
return
fs.promises.readFile(path,
"utf-8"
);
65
},
66
async
rm(path, options) {
67
await
fs.promises.rm(path, options);
68
},
69
stat(path) {
70
return
fs.promises.stat(path);
71
},
Callers
15
playwright.test.ts
File · 0.70
teamStorageAssets.reuse.test.ts
File · 0.50
createPlatformClient.downloadBundle.test.ts
File · 0.50
lookup.test.ts
File · 0.50
io.test.ts
File · 0.50
runDefaults.test.ts
File · 0.50
run.manifestStamp.test.ts
File · 0.50
loadFlowDefault.test.ts
File · 0.50
initFlowRuntime.test.ts
File · 0.50
prepareRunDir.stageCollision.test.ts
File · 0.50
prepareRunDir.test.ts
File · 0.50
execSubpathImports.test.ts
File · 0.50
Calls
no outgoing calls
Tested by
1
buildArchive
Function · 0.40