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

Method ReadChan

pkg/routing/interfaces.go:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func (n *NullMessageSource) ReadChan() <-chan proto.Message {
104 return n.msgChan
105}
106
107func (n *NullMessageSource) IsClosed() bool {
108 return n.isClosed.Load()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected