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

Method isConnected

src/plugins/sftp/index.d.ts:81–81  ·  view source on GitHub ↗

* Gets wether server is connected or not. * @param onSuccess * @param onFail

(onSuccess: (connectionId: String) => void, onFail: (err: any) => void)

Source from the content-addressed store, hash-verified

79 * @param onFail
80 */
81 isConnected(onSuccess: (connectionId: String) => void, onFail: (err: any) => void): void;
82}
83
84declare var sftp: Sftp;

Callers 1

runMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected