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

Method getWorkingDirectory

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

Source from the content-addressed store, hash-verified

271 }
272
273 async getWorkingDirectory() {
274 await this.#connectIfNotConnected();
275 return new Promise((resolve, reject) => {
276 ftp.getWorkingDirectory(this.#conId, resolve, reject);
277 });
278 }
279
280 get localName() {
281 return this.#cacheFile;

Callers

nothing calls this directly

Calls 2

getWorkingDirectoryMethod · 0.65

Tested by

no test coverage detected