Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
39
func
(m *MatchPool) Remove(id int) {
40
m.allUser.Delete(strconv.Itoa(id))
41
}
42
43
func
(m *MatchPool) Run() {
44
m.match()
Callers
1
match
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected