Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
def
_clone(b):
43
return
[row[:]
for
row in b]
44
45
46
def
_attacked(board, r, c, by_white: bool) -> bool:
Callers
2
_apply
Function · 0.85
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected