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

Method NodeIP

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

Source from the content-addressed store, hash-verified

109}
110
111func (l *LocalNodeImpl) NodeIP() string {
112 l.lock.RLock()
113 defer l.lock.RUnlock()
114
115 return l.node.Ip
116}
117
118func (l *LocalNodeImpl) Region() string {
119 l.lock.RLock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected