Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
TerminalSpice
Class · 0.45
onClose
Function · 0.45
session-server.js
File · 0.45
startTransfer
Method · 0.45
destroy
Method · 0.45
kill
Method · 0.45
TerminalVnc
Class · 0.45
closeHandles
Method · 0.45
Transfer
Class · 0.45
withOperationClient
Method · 0.45
connect
Method · 0.45
cp
Method · 0.45
Calls
1
enqueue
Method · 0.95
Tested by
no test coverage detected