MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / request

Method request

daily/ydyp.js:3356–3368  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

3354 return n
3355 }
3356 request(e) {
3357 const t = this.mergeConfig(e);
3358 t.transport = u(t);
3359 const r = [];
3360 this.interceptors.request.forEach(function(e) {
3361 r.unshift(e.onFulfilled, e.onRejected)
3362 }), r.push(this.dispatchRequest.bind(this), void 0), this.interceptors.response.forEach(function(e) {
3363 r.push(e.onFulfilled, e.onRejected)
3364 });
3365 let o = Promise.resolve(t);
3366 for (; r.length;) o = o.then(r.shift(), r.shift());
3367 return o
3368 }
3369 create(e) {
3370 return new f(Object.assign({}, this.defaults, e || {}, {
3371 headers: r(this.defaults.headers, e && e.headers)

Callers 15

custom_notifyFunction · 0.45
oneFunction · 0.45
webhookNotifyFunction · 0.45
oneFunction · 0.45
webhookNotifyFunction · 0.45
custom_notifyFunction · 0.45
userInfoMethod · 0.45
signInMethod · 0.45
drwaMethod · 0.45
getNoticeFunction · 0.45
signInMethod · 0.45
getNoticeFunction · 0.45

Calls 3

mergeConfigMethod · 0.95
uFunction · 0.85
forEachMethod · 0.80

Tested by

no test coverage detected