Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livekit/livekit
/ SetConnected
Method
SetConnected
pkg/telemetry/statsworker.go:118–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
func
(s *StatsWorker) SetConnected() {
119
s.lock.Lock()
120
s.isConnected = true
121
s.lock.Unlock()
122
}
123
124
func
(s *StatsWorker) IsConnected() bool {
125
s.lock.RLock()
Callers
2
getOrCreateWorker
Method · 0.45
ParticipantActive
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected