MCPcopy Create free account
hub / github.com/livekit/livekit / Region

Method Region

pkg/routing/node.go:118–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118func (l *LocalNodeImpl) Region() string {
119 l.lock.RLock()
120 defer l.lock.RUnlock()
121
122 return l.node.Region
123}
124
125func (l *LocalNodeImpl) SetState(state livekit.NodeState) {
126 l.lock.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected