MCPcopy
hub / github.com/livekit/livekit / ClearEvents

Method ClearEvents

test/webhook_test.go:209–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207}
208
209func (s *webhookTestServer) ClearEvents() {
210 s.lock.Lock()
211 s.events = make(map[string]*livekit.WebhookEvent)
212 s.lock.Unlock()
213}
214
215func (s *webhookTestServer) Start() error {
216 l, err := net.Listen("tcp", s.server.Addr)

Callers 1

TestWebhooksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected