Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livekit/livekit
/ Len
Method
Len
pkg/sfu/streamallocator/track.go:209–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
type
TrackSorter []*Track
208
209
func
(t TrackSorter) Len() int {
210
return
len(t)
211
}
212
213
func
(t TrackSorter) Swap(i, j int) {
214
t[i], t[j] = t[j], t[i]
Callers
15
Enqueue
Method · 0.45
process
Method · 0.45
TestDecompressGzip
Function · 0.45
TestParticipantPersistence
Function · 0.45
TestEgressStore
Function · 0.45
TestSIPStoreDispatch
Function · 0.45
TestSIPStoreTrunk
Function · 0.45
TestMigrationDataCache_Add
Function · 0.45
TestRoomJoin
Function · 0.45
TestRoomClosure
Function · 0.45
TestActiveSpeakers
Function · 0.45
TestHiddenParticipants
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestDecompressGzip
Function · 0.36
TestParticipantPersistence
Function · 0.36
TestEgressStore
Function · 0.36
TestSIPStoreDispatch
Function · 0.36
TestSIPStoreTrunk
Function · 0.36
TestMigrationDataCache_Add
Function · 0.36
TestRoomJoin
Function · 0.36
TestRoomClosure
Function · 0.36
TestActiveSpeakers
Function · 0.36
TestHiddenParticipants
Function · 0.36
TestParticipantDataBlob_AddOverwrites
Function · 0.36
TestParticipantDataBlob_DistinctKeys
Function · 0.36