MCPcopy Create free account
hub / github.com/dank/rlapi / String

Method String

playerid.go:24–26  ·  view source on GitHub ↗

String returns the string representation of Platform

()

Source from the content-addressed store, hash-verified

22
23// String returns the string representation of Platform
24func (p Platform) String() string {
25 return string(p)
26}
27
28// NewPlayerID creates a PlayerID for the specified platform and ID
29func NewPlayerID(platform Platform, id string) PlayerID {

Callers 9

establishSocketMethod · 0.45
postJSONMethod · 0.45
buildMessageMethod · 0.45
readMessagesMethod · 0.45
sendRequestAsyncMethod · 0.45
sendEventMethod · 0.45
mainFunction · 0.45
scanFeatureSetFunction · 0.45
pollShopsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected