MCPcopy
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
118func (s *StatsWorker) SetConnected() {
119 s.lock.Lock()
120 s.isConnected = true
121 s.lock.Unlock()
122}
123
124func (s *StatsWorker) IsConnected() bool {
125 s.lock.RLock()

Callers 2

getOrCreateWorkerMethod · 0.45
ParticipantActiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected