()
| 987 | } |
| 988 | |
| 989 | export function getMeter(): Meter | null { |
| 990 | return STATE.meter |
| 991 | } |
| 992 | |
| 993 | export function getSessionCounter(): AttributedCounter | null { |
| 994 | return STATE.sessionCounter |
nothing calls this directly
no outgoing calls
no test coverage detected