MCPcopy
hub / github.com/livekit/livekit / GetEvent

Method GetEvent

test/webhook_test.go:203–207  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

201}
202
203func (s *webhookTestServer) GetEvent(name string) *livekit.WebhookEvent {
204 s.lock.Lock()
205 defer s.lock.Unlock()
206 return s.events[name]
207}
208
209func (s *webhookTestServer) ClearEvents() {
210 s.lock.Lock()

Callers 1

TestWebhooksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected