Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XMuli/ChineseChess
/ isRed
Method
isRed
ChessBoard.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
bool ChessBoard:: isRed(int id)
55
{
56
return m_ChessPieces[id].m_bRed;
57
}
58
59
60
void ChessBoard:: killStone(int id)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected