(attribute: string)
| 26 | |
| 27 | export 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; |
nothing calls this directly
no outgoing calls
no test coverage detected