MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / GetServerAddress

Function GetServerAddress

internal/util/util.go:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100func GetServerAddress() string {
101 return serverAddr
102}
103
104func SetRoundCount(newRoundCount uint64) {
105 roundCount = newRoundCount

Callers 2

ServerFunction · 0.92
TestSetServerAddressFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSetServerAddressFunction · 0.68