Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/agalwood/Motrix
/ listMethods
Method
listMethods
src/shared/aria2/lib/Aria2.js:60–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
async
listMethods () {
61
const
methods =
await
this.call(
'system.listMethods'
)
62
return
methods.map((method) => this.unprefix(method))
63
}
64
65
defaultOptions = Object.assign({}, JSONRPCClient.defaultOptions, {
66
secure: false,
Callers
nothing calls this directly
Calls
3
call
Method · 0.95
unprefix
Method · 0.95
map
Method · 0.80
Tested by
no test coverage detected