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

Function _white

codeclash/arenas/chess/replay.py:38–39  ·  view source on GitHub ↗
(p: str)

Source from the content-addressed store, hash-verified

36
37
38def _white(p: str) -> bool:
39 return p.isupper()
40
41
42def _clone(b):

Callers 2

_attackedFunction · 0.85
_reachesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected