MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / _Server

Class _Server

codeclash/replay/serve.py:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21class _Server(socketserver.ThreadingTCPServer):
22 allow_reuse_address = True
23 daemon_threads = True
24
25
26def run_server(folder: Path, tour: TournamentInfo, renderer: ReplayRenderer, port: int = 8000) -> None:

Callers 1

run_serverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected