Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/livekit/livekit
/ NotifyRead
Method
NotifyRead
pkg/sfu/buffer/buffer_base.go:694–696 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
692
}
693
694
func
(b *BufferBase) NotifyRead() {
695
b.readCond.Broadcast()
696
}
697
698
func
(b *BufferBase) HandleIncomingPacket(
699
rawPkt []byte,
Callers
1
Write
Method · 0.80
Calls
1
Broadcast
Method · 0.80
Tested by
no test coverage detected