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

Method getMetrics

packages/firebase-performance/index.android.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 return this.native.getLongMetric(metricName);
90 }
91 getMetrics(): { [key: string]: number } {
92 return deserialize(this.native.getAttributes());
93 }
94 incrementMetric(metricName: string, incrementBy: number): void {
95 this.native.incrementMetric(metricName, incrementBy);
96 }

Callers

nothing calls this directly

Calls 2

deserializeFunction · 0.90
getAttributesMethod · 0.65

Tested by

no test coverage detected