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

Method getAttribute

packages/firebase-performance/index.android.ts:85–87  ·  view source on GitHub ↗
(attribute: string)

Source from the content-addressed store, hash-verified

83 }
84
85 getAttribute(attribute: string): string {
86 return this.native.getAttribute(attribute);
87 }
88 getMetric(metricName: string): number {
89 return this.native.getLongMetric(metricName);
90 }

Callers

nothing calls this directly

Calls 1

getAttributeMethod · 0.65

Tested by

no test coverage detected