Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/battlecode/battlecode-2018
/ run_match
Function
run_match
battlecode-manager/scrimmage.py:113–117 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
111
end_game(data,winner,match_file,logs)
112
113
def
run_match(data):
114
t1 = threading.Thread(target=match_thread,args=(data,))
115
t1.start()
116
117
return
t1
118
119
def
poll_thread():
120
global DB_LOCK
Callers
1
poll_thread
Function · 0.85
Calls
1
start
Method · 0.45
Tested by
no test coverage detected