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

Method putAttribute

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

Source from the content-addressed store, hash-verified

18 getMetrics(): { [key: string]: number };
19 incrementMetric(metricName: string, incrementBy: number): void;
20 putAttribute(attribute: string, value: string): void;
21 putMetric(metricName: string, value: number): void;
22 removeMetric(metricName: string): void;
23 start();

Callers 2

putAttributeMethod · 0.65
putAttributeMethod · 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