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

Method removeAttribute

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

Source from the content-addressed store, hash-verified

29 getAttributes(): { [key: string]: string };
30 putAttribute(attribute: string, value: string): void;
31 removeAttribute(attribute: string): void;
32 setHttpResponseCode(code: number | null): void;
33 setRequestPayloadSize(bytes: number | null): void;
34 setResponseContentType(contentType: string | null): void;

Callers 4

removeAttributeMethod · 0.65
removeMetricMethod · 0.65
removeAttributeMethod · 0.65
removeMetricMethod · 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