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

Method stat

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

Source from the content-addressed store, hash-verified

260 }
261
262 async stat() {
263 if (this.#stat) return this.#stat;
264 await this.#connectIfNotConnected();
265 await this.#getStat();
266 return this.#stat;
267 }
268
269 async copyTo() {
270 throw new Error("Not supported by FTP.");

Callers 12

checkFileFunction · 0.45
createMethod · 0.45
editorFile.jsFile · 0.45
saveFileFunction · 0.45
openFile.jsFile · 0.45
renameFunction · 0.45
showFileInfoFunction · 0.45
pasteFunction · 0.45
insertFileFunction · 0.45
openFolder.jsFile · 0.45
runFsTestsFunction · 0.45
statFunction · 0.45

Calls 2

#getStatMethod · 0.95

Tested by

no test coverage detected