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

Method newTrace

packages/firebase-performance/index.ios.ts:158–160  ·  view source on GitHub ↗
(identifier: string)

Source from the content-addressed store, hash-verified

156 return HttpMetric.fromUrlMethod(url, httpMethod);
157 }
158 newTrace(identifier: string): Trace {
159 return Trace.fromNative(this.native.traceWithName(identifier));
160 }
161
162 startTrace(identifier: string): Trace {
163 const trace = Trace.fromNative(this.native.traceWithName(identifier));

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected