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

Method R

scripts/new-relic.runtime.js:3255–3271  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

3253 }
3254 }
3255 function R(e, t) {
3256 ;(this.params = {}),
3257 (this.metrics = {}),
3258 (this.startTime = (0, o.t)()),
3259 (this.dt = t),
3260 e.length >= 1 && (this.target = e[0]),
3261 e.length >= 2 && (this.opts = e[1])
3262 var r = this.opts || {},
3263 n = this.target
3264 ke(this, xe(n))
3265 var i = (
3266 '' + ((n && n instanceof Oe && n.method) || r.method || 'GET')
3267 ).toUpperCase()
3268 ;(this.params.method = i),
3269 (this.body = r.body),
3270 (this.txSize = se(r.body) || 0)
3271 }
3272 function E(e, r) {
3273 if (
3274 ((this.endTime = (0, o.t)()),

Callers

nothing calls this directly

Calls 3

keFunction · 0.85
xeFunction · 0.85
seFunction · 0.85

Tested by

no test coverage detected