(eventID string)
| 898 | } |
| 899 | |
| 900 | func (t *missingStateReq) hadEvent(eventID string) { |
| 901 | t.hadEventsMutex.Lock() |
| 902 | defer t.hadEventsMutex.Unlock() |
| 903 | t.hadEvents[eventID] = true |
| 904 | } |
| 905 | |
| 906 | type verifySigError struct { |
| 907 | eventID string |
no test coverage detected