Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/chess
/ closeModal
Function
closeModal
apps/frontend/src/components/GameEndModal.tsx:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
const [isOpen, setIsOpen] = useState(true);
18
19
const closeModal = () => {
20
setIsOpen(false);
21
};
22
23
const PlayerDisplay = ({
24
player,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected