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

Method getAttributes

packages/firebase-performance/common.ts:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27export interface IHttpMetric {
28 getAttribute(attribute: string): string | null;
29 getAttributes(): { [key: string]: string };
30 putAttribute(attribute: string, value: string): void;
31 removeAttribute(attribute: string): void;
32 setHttpResponseCode(code: number | null): void;

Callers 2

getAttributesMethod · 0.65
getMetricsMethod · 0.65

Implementers 3

HttpMetricpackages/firebase-performance/index.an
HttpMetricpackages/firebase-performance/index.io
HttpMetricpackages/firebase-performance/index.d.

Calls

no outgoing calls

Tested by

no test coverage detected