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

Method NodeID

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

Source from the content-addressed store, hash-verified

95}
96
97func (l *LocalNodeImpl) NodeID() livekit.NodeID {
98 l.lock.RLock()
99 defer l.lock.RUnlock()
100
101 return livekit.NodeID(l.node.Id)
102}
103
104func (l *LocalNodeImpl) NodeType() livekit.NodeType {
105 l.lock.RLock()

Callers

nothing calls this directly

Calls 1

NodeIDMethod · 0.65

Tested by

no test coverage detected