MCPcopy Create free account
hub / github.com/daodst/chat / hadEvent

Method hadEvent

roomserver/internal/input/input_missing.go:900–904  ·  view source on GitHub ↗
(eventID string)

Source from the content-addressed store, hash-verified

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

Callers 3

getMissingEventsMethod · 0.95

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected