Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/electerm/electerm
/ start
Method
start
src/app/server/ftp-transfer.js:74–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
async
start () {
75
if
(this.startPromise) {
76
return
this.startPromise
77
}
78
this.startPromise = this.startTransfer()
79
return
this.startPromise
80
}
81
82
async
startTransfer () {
83
try {
Callers
11
constructor
Method · 0.95
ftp-transfer.spec.js
File · 0.45
mcp-widget.spec.js
File · 0.45
BatchOpRunner
Class · 0.45
_batchWaitForTransfer
Method · 0.45
Queue
Class · 0.45
Remote2RemoteHandler
Class · 0.45
Remote2RemoteHandlers
Class · 0.45
beforeBookmarkUpload
Function · 0.45
watch.js
File · 0.45
session-server.js
File · 0.45
Calls
1
startTransfer
Method · 0.95
Tested by
no test coverage detected