MCPcopy
hub / github.com/electerm/electerm / close

Method close

src/app/server/ftp-client.js:143–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 }
142
143 async close () {
144 return this.enqueue(() => this.client.close())
145 }
146
147 async uploadFrom (readable, remotePath) {
148 const encodedPath = this.encodeString(remotePath)

Callers 15

TerminalSpiceClass · 0.45
onCloseFunction · 0.45
session-server.jsFile · 0.45
startTransferMethod · 0.45
destroyMethod · 0.45
killMethod · 0.45
TerminalVncClass · 0.45
closeHandlesMethod · 0.45
TransferClass · 0.45
withOperationClientMethod · 0.45
connectMethod · 0.45
cpMethod · 0.45

Calls 1

enqueueMethod · 0.95

Tested by

no test coverage detected