MCPcopy Create free account
hub / github.com/livekit/livekit / String

Method String

pkg/rtc/types/interfaces.go:67–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65)
66
67func (m MigrateState) String() string {
68 switch m {
69 case MigrateStateInit:
70 return "MIGRATE_STATE_INIT"
71 case MigrateStateSync:
72 return "MIGRATE_STATE_SYNC"
73 case MigrateStateComplete:
74 return "MIGRATE_STATE_COMPLETE"
75 default:
76 return fmt.Sprintf("%d", int(m))
77 }
78}
79
80// ---------------------------------------------
81

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected