()
| 773 | const getLastLogicalTime = () => lastLogicalTime; |
| 774 | const getLastCounter = () => lastCounter; |
| 775 | const getClientId = () => thisClientId; |
| 776 | return [ |
| 777 | getNextHlc, |
| 778 | seenHlc, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…