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

Method Clone

pkg/routing/node.go:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29type LocalNode interface {
30 Clone() *livekit.Node
31 SetNodeID(nodeID livekit.NodeID)
32 NodeID() livekit.NodeID
33 NodeType() livekit.NodeType

Callers 15

TestCreateRoomFunction · 0.95
SelectRoomNodeFunction · 0.95
MatchMethod · 0.65
NodeMethod · 0.65
CheckEnabledMethod · 0.65
DrainConnectionsMethod · 0.65
SetupReceiverMethod · 0.65
SetPotentialCodecsMethod · 0.65
ClearReceiverMethod · 0.65
CodecsMethod · 0.65
CloseMethod · 0.65
NewParticipantFunction · 0.65

Implementers 1

LocalNodeImplpkg/routing/node.go

Calls

no outgoing calls

Tested by 2

TestCreateRoomFunction · 0.76
SelectRoomNodeFunction · 0.76