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

Method String

test/integration_helpers.go:237–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235)
236
237func (t testRTCServicePath) String() string {
238 switch t {
239 case testRTCServicePathv0:
240 return "v0"
241 case testRTCServicePathv0SinglePeerConnection:
242 return "v0-single-peer-connection"
243 case testRTCServicePathv1:
244 return "v1"
245 default:
246 return fmt.Sprintf("unknown: %d", t)
247 }
248}
249
250var testRTCServicePaths = []testRTCServicePath{
251 testRTCServicePathv0,

Callers 15

TestAgentsFunction · 0.45
TestAgentNamespacesFunction · 0.45
TestAgentMultiNodeFunction · 0.45
scenarioDataPublishFunction · 0.45
scenarioJoinClosedRoomFunction · 0.45
TestWebhooksFunction · 0.45
TestMultiNodeRoutingFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestAgentsFunction · 0.36
TestAgentNamespacesFunction · 0.36
TestAgentMultiNodeFunction · 0.36
TestWebhooksFunction · 0.36
TestMultiNodeRoutingFunction · 0.36
TestMultiNodeDataBlobFunction · 0.36