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

Function callback

src/lib/remoteStorage.js:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 loader.create(strings["add ftp"], strings["connecting..."], {
32 timeout: 10000,
33 callback() {
34 stopConnection = true;
35 },
36 });
37 const [home] = await Promise.all([ftp.getWorkingDirectory(), loadAd()]);
38

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected