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

Method getAttribute

packages/firebase-performance/index.ios.ts:105–107  ·  view source on GitHub ↗
(attribute: string)

Source from the content-addressed store, hash-verified

103 }
104
105 getAttribute(attribute: string): string {
106 return this.native.valueForAttribute(attribute);
107 }
108 getMetric(metricName: string): number {
109 return this.native.valueForIntMetric(metricName);
110 }

Callers

nothing calls this directly

Calls 1

valueForAttributeMethod · 0.80

Tested by

no test coverage detected