MCPcopy
hub / github.com/hwholiday/learning_tools / Remove

Method Remove

game/match/match.go:39–41  ·  view source on GitHub ↗
(id int)

Source from the content-addressed store, hash-verified

37}
38
39func (m *MatchPool) Remove(id int) {
40 m.allUser.Delete(strconv.Itoa(id))
41}
42
43func (m *MatchPool) Run() {
44 m.match()

Callers 1

matchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected