MCPcopy
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

callMethod · 0.95
unprefixMethod · 0.95
mapMethod · 0.80

Tested by

no test coverage detected