Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
203
func
(s *webhookTestServer) GetEvent(name string) *livekit.WebhookEvent {
204
s.lock.Lock()
205
defer
s.lock.Unlock()
206
return
s.events[name]
207
}
208
209
func
(s *webhookTestServer) ClearEvents() {
210
s.lock.Lock()
Callers
1
TestWebhooks
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected