MCPcopy Create free account
hub / github.com/ORCID/orcid-angular / C

Function C

scripts/new-relic.runtime.js:2325–2336  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2323 }
2324 }
2325 function C(e) {
2326 return M(e)
2327 ? e
2328 : new D(
2329 void 0 !== e?.message ? e.message : e,
2330 e?.filename || e?.sourceURL,
2331 e?.lineno || e?.line,
2332 e?.colno || e?.col,
2333 e?.__newrelic,
2334 e?.cause
2335 )
2336 }
2337 function j(e) {
2338 const t = 'Unhandled Promise Rejection: '
2339 if (!e?.reason) return

Callers 3

jFunction · 0.85
LFunction · 0.85
constructorMethod · 0.85

Calls 1

MFunction · 0.85

Tested by

no test coverage detected