MCPcopy
hub / github.com/livekit/livekit / newTestDataBlob

Function newTestDataBlob

pkg/rtc/participant_data_blob_test.go:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26)
27
28func newTestDataBlob() *ParticipantDataBlob {
29 return NewParticipantDataBlob(ParticipantDataBlobParams{
30 Logger: logger.GetLogger(),
31 })
32}
33
34func genericKey(name string) *livekit.DataBlobKey {
35 return &livekit.DataBlobKey{

Calls 2

NewParticipantDataBlobFunction · 0.85
GetLoggerMethod · 0.65

Tested by

no test coverage detected