MCPcopy
hub / github.com/openimsdk/open-im-server / GetPlatformID

Method GetPlatformID

internal/msggateway/context.go:203–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201}
202
203func (c *UserConnContext) GetPlatformID() int {
204 if c == nil || c.info == nil {
205 return 0
206 }
207 return c.info.PlatformID
208}
209
210func (c *UserConnContext) GetOperationID() string {
211 if c == nil || c.info == nil {

Callers 4

ValueMethod · 0.95
wsHandlerMethod · 0.80
ResetClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected