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

Method WriteMessage

pkg/routing/interfaces.go:61–63  ·  view source on GitHub ↗
(_msg proto.Message)

Source from the content-addressed store, hash-verified

59}
60
61func (n *NullMessageSink) WriteMessage(_msg proto.Message) error {
62 return nil
63}
64
65func (n *NullMessageSink) IsClosed() bool {
66 return n.isClosed.Load()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected