MCPcopy
hub / github.com/mayswind/AriaNg / aria2RpcService.js

File aria2RpcService.js

src/scripts/services/aria2RpcService.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1(function () {
2 'use strict';
3
4 angular.module('ariaNg').factory('aria2RpcService', ['$location', '$q', 'aria2RpcConstants', 'aria2RpcErrors', 'aria2AllOptions', 'ariaNgCommonService', 'ariaNgLogService', 'ariaNgSettingService', 'aria2HttpRpcService', 'aria2WebSocketRpcService', function ($location, $q, aria2RpcConstants, aria2RpcErrors, aria2AllOptions, ariaNgCommonService, ariaNgLogService, ariaNgSettingService, aria2HttpRpcService, aria2WebSocketRpcService) {

Callers

nothing calls this directly

Calls 5

registerEventFunction · 0.85
buildRequestContextFunction · 0.85
buildRequestOptionsFunction · 0.85
invokeFunction · 0.85
invokeMultiFunction · 0.85

Tested by

no test coverage detected