MCPcopy
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

listNotificationsMethod · 0.95
listMethodsMethod · 0.95
getVersionMethod · 0.45
changeGlobalOptionMethod · 0.45
getGlobalOptionMethod · 0.45
getOptionMethod · 0.45
changeOptionMethod · 0.45
getGlobalStatMethod · 0.45
addTorrentMethod · 0.45
addMetalinkMethod · 0.45
fetchWaitingTaskListMethod · 0.45
fetchStoppedTaskListMethod · 0.45

Calls 2

prefixMethod · 0.95
addSecretMethod · 0.95

Tested by

no test coverage detected