MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / stat

Function stat

src/fileSystem/ftp.js:424–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

422 return ftp.exists();
423 },
424 stat() {
425 return ftp.stat();
426 },
427 get localName() {
428 return ftp.localName;
429 },

Callers

nothing calls this directly

Calls 1

statMethod · 0.45

Tested by

no test coverage detected