Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/agalwood/Motrix
/ call
Method
call
src/shared/aria2/lib/Aria2.js:33–35 ·
view source on GitHub ↗
(method, ...params)
Source
from the content-addressed store, hash-verified
31
}
32
33
async
call (method, ...params) {
34
return
super.call(this.prefix(method), this.addSecret(params))
35
}
36
37
async
multicall (calls) {
38
const
multi = [
Callers
15
listNotifications
Method · 0.95
listMethods
Method · 0.95
getVersion
Method · 0.45
changeGlobalOption
Method · 0.45
getGlobalOption
Method · 0.45
getOption
Method · 0.45
changeOption
Method · 0.45
getGlobalStat
Method · 0.45
addTorrent
Method · 0.45
addMetalink
Method · 0.45
fetchWaitingTaskList
Method · 0.45
fetchStoppedTaskList
Method · 0.45
Calls
2
prefix
Method · 0.95
addSecret
Method · 0.95
Tested by
no test coverage detected