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

Function GetTurnCount

internal/util/util.go:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113func GetTurnCount() uint64 {
114 return turnCount
115}
116
117func IncrementRoundCount() uint64 {
118 roundCount++

Callers 12

HandleInputEventsMethod · 0.92
InputWorkerMethod · 0.92
processInputMethod · 0.92
SetLinkDeadUserFunction · 0.92
CommandMethod · 0.92
CommandFlaggedMethod · 0.92
MarkVisitedMethod · 0.92
VisitorsMethod · 0.92
PruneVisitorsMethod · 0.92
CommandFunction · 0.92
CommandMethod · 0.92
TestTurnCountFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestTurnCountFunction · 0.68