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

Method exists

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

Source from the content-addressed store, hash-verified

437 }
438
439 async exists() {
440 return (await this.stat()).exists;
441 }
442
443 async stat() {
444 if (this.#stat) return this.#stat;

Callers

nothing calls this directly

Calls 1

statMethod · 0.95

Tested by

no test coverage detected