Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livekit/livekit
/ handleRegister
Method
handleRegister
test/agent.go:171–173 ·
view source on GitHub ↗
(req *livekit.RegisterWorkerResponse)
Source
from the content-addressed store, hash-verified
169
}
170
171
func
(c *agentClient) handleRegister(req *livekit.RegisterWorkerResponse) {
172
c.registered.Inc()
173
}
174
175
func
(c *agentClient) write(msg *livekit.WorkerMessage) error {
176
c.mu.Lock()
Callers
1
read
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected