Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/qawolf/cli
/ stat
Function
stat
src/shell/fs.ts:69–71 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
67
await
fs.promises.rm(path, options);
68
},
69
stat(path) {
70
return
fs.promises.stat(path);
71
},
72
async
unlink(path) {
73
await
fs.promises.unlink(path);
74
},
Callers
7
teamStorageAssets.reuse.test.ts
File · 0.50
exists
Function · 0.50
createPlatformClient.downloadBundle.test.ts
File · 0.50
extract.mtime.test.ts
File · 0.50
applyTeamStorageRewrite.test.ts
File · 0.50
stage.test.ts
File · 0.50
envVars.test.ts
File · 0.50
Calls
no outgoing calls
Tested by
1
exists
Function · 0.40