MCPcopy Create free account
hub / github.com/clrxbl/blockgametracker / String

Method String

blockgametracker_protocol/ping/Platform.go:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (v Platform) String() string {
28 if s, ok := EnumNamesPlatform[v]; ok {
29 return s
30 }
31 return "Platform(" + strconv.FormatInt(int64(v), 10) + ")"
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected