Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ GetRoundCount
Function
GetRoundCount
internal/util/util.go:122–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
func
GetRoundCount() uint64 {
123
return
roundCount
124
}
125
126
func
TrackTime(name string, timePassed float64) {
127
if
_, ok := timeTrackers[name]; !ok {
Callers
15
processInput
Method · 0.92
daysRemaining
Method · 0.92
endElection
Method · 0.92
electionAdminCommand
Method · 0.92
onNewRound
Method · 0.92
fishingCommand
Method · 0.92
spawnGuide
Method · 0.92
spawnEscortMob
Method · 0.92
followUserCommand
Method · 0.92
followMobCommand
Method · 0.92
CopyoverRestore
Method · 0.92
Add
Method · 0.92
Calls
no outgoing calls
Tested by
1
TestRoundCount
Function · 0.68