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

Method getAttribute

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

Source from the content-addressed store, hash-verified

26
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;

Callers

nothing calls this directly

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