()
| 991 | } |
| 992 | |
| 993 | export function getSessionCounter(): AttributedCounter | null { |
| 994 | return STATE.sessionCounter |
| 995 | } |
| 996 | |
| 997 | export function getLocCounter(): AttributedCounter | null { |
| 998 | return STATE.locCounter |
nothing calls this directly
no outgoing calls
no test coverage detected