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

Function _sim_index

codeclash/replay/base.py:102–106  ·  view source on GitHub ↗

Best-effort sim index from a filename: the last integer in its stem (``sim_18`` -> 18, ``round_1`` -> 1), else 0. ``discover_games`` de-duplicates any collisions within a round.

(name: str)

Source from the content-addressed store, hash-verified

100 without building all frames. Return ``None`` (the default) if not implemented --
101 the index then just omits the per-sim winner rather than paying a full parse."""
102 return None
103
104
105# --------------------------------------------------------------------------------------
106# Sim discovery + reading
107# --------------------------------------------------------------------------------------
108
109

Callers 1

discover_gamesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected