MCPcopy Index your code
hub / github.com/livekit/livekit / LocalNodeImpl

Struct LocalNodeImpl

pkg/routing/node.go:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type LocalNodeImpl struct {
43 lock sync.RWMutex
44 node *livekit.Node
45
46 nodeStats *NodeStats
47}
48
49func NewLocalNode(conf *config.Config) (*LocalNodeImpl, error) {
50 nodeID := guid.New(utils.NodePrefix)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected