MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / create

Method create

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

Source from the content-addressed store, hash-verified

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)
3372 }))
3373 }
3374 isAxiosError(e) {
3375 return !(!e || !e.isAxiosError)
3376 }

Callers 10

kFunction · 0.80
TFunction · 0.80
oFunction · 0.80
ZFunction · 0.80
ceFunction · 0.80
heFunction · 0.80
LeFunction · 0.80
ydyp.jsFile · 0.80
stFunction · 0.80
encryptParamsMethod · 0.80

Calls 1

rFunction · 0.70

Tested by

no test coverage detected