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

Method #setStat

src/fileSystem/sftp.js:572–576  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

570 }
571
572 async #setStat() {
573 if (!this.#stat) {
574 this.#stat = await this.stat();
575 }
576 }
577}
578
579/**

Callers 1

deleteMethod · 0.95

Calls 1

statMethod · 0.95

Tested by

no test coverage detected