MCPcopy
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 },

Calls

no outgoing calls

Tested by 1

existsFunction · 0.40