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

Method getAttribute

packages/firebase-performance/common.ts:16–16  ·  view source on GitHub ↗
(attribute: string)

Source from the content-addressed store, hash-verified

14
15export interface ITrace {
16 getAttribute(attribute: string): string | null;
17 getMetric(metricName: string): number;
18 getMetrics(): { [key: string]: number };
19 incrementMetric(metricName: string, incrementBy: number): void;

Callers 2

getAttributeMethod · 0.65
getAttributeMethod · 0.65

Implementers 3

Tracepackages/firebase-performance/index.an
Tracepackages/firebase-performance/index.io
Tracepackages/firebase-performance/index.d.

Calls

no outgoing calls

Tested by

no test coverage detected