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

Function _clone

codeclash/arenas/chess/replay.py:42–43  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

40
41
42def _clone(b):
43 return [row[:] for row in b]
44
45
46def _attacked(board, r, c, by_white: bool) -> bool:

Callers 2

_applyFunction · 0.85
parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected