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

Method getAttributes

packages/firebase-performance/index.ios.ts:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 return this.native.valueForAttribute(attribute);
58 }
59 getAttributes(): { [key: string]: string } {
60 return deserialize(this.native.attributes);
61 }
62 putAttribute(attribute: string, value: string): void {
63 this.native.setValueForAttribute(value, attribute);
64 }

Callers

nothing calls this directly

Calls 1

deserializeFunction · 0.90

Tested by

no test coverage detected