MCPcopy Create free account
hub / github.com/RootbeerComputer/backend-GPT / makeChessMove

Function makeChessMove

frontend-chess/src/api/api.js:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import axios from "../lib/axios";
2
3const makeChessMove = () => {
4 // axios.get("/user?ID=12345").then();
5};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected