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

Method isConnected

src/plugins/ftp/index.d.ts:33–33  ·  view source on GitHub ↗
(
    id: string, // connection id
    onSuccess: SuccessCallback,
    onError: ErrorCallback,
  )

Source from the content-addressed store, hash-verified

31 ...args: string,
32 ): void;
33 isConnected(
34 id: string, // connection id
35 onSuccess: SuccessCallback,
36 onError: ErrorCallback,

Callers 13

lsDirMethod · 0.65
createFileMethod · 0.65
createDirMethod · 0.65
writeFileMethod · 0.65
readFileMethod · 0.65
copyToMethod · 0.65
renameMethod · 0.65
deleteMethod · 0.65
pwdMethod · 0.65
statMethod · 0.65
#isConnectedMethod · 0.65
isNetworkAvailableMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected