MCPcopy Create free account
hub / github.com/NativeScript/firebase / newHttpMetric

Method newHttpMetric

packages/firebase-performance/index.ios.ts:155–157  ·  view source on GitHub ↗
(url: string, httpMethod: HttpMethod)

Source from the content-addressed store, hash-verified

153 }
154
155 newHttpMetric(url: string, httpMethod: HttpMethod): HttpMetric {
156 return HttpMetric.fromUrlMethod(url, httpMethod);
157 }
158 newTrace(identifier: string): Trace {
159 return Trace.fromNative(this.native.traceWithName(identifier));
160 }

Callers

nothing calls this directly

Calls 1

fromUrlMethodMethod · 0.80

Tested by

no test coverage detected