()
| 339 | }; |
| 340 | |
| 341 | const getStatus = (): StatusValues => status; |
| 342 | |
| 343 | const addStatusListener = (listener: StatusListener): Id => |
| 344 | addListener(listener, statusListeners); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…