MCPcopy
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

constructorMethod · 0.95
mcp-widget.spec.jsFile · 0.45
BatchOpRunnerClass · 0.45
_batchWaitForTransferMethod · 0.45
QueueClass · 0.45
beforeBookmarkUploadFunction · 0.45
watch.jsFile · 0.45
session-server.jsFile · 0.45

Calls 1

startTransferMethod · 0.95

Tested by

no test coverage detected