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

Method getAttribute

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

Source from the content-addressed store, hash-verified

54 }
55
56 getAttribute(attribute: string): string {
57 return this.native.valueForAttribute(attribute);
58 }
59 getAttributes(): { [key: string]: string } {
60 return deserialize(this.native.attributes);
61 }

Callers

nothing calls this directly

Calls 1

valueForAttributeMethod · 0.80

Tested by

no test coverage detected