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

Function getAllTodos

frontend/src/APIHelper.js:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28async function getAllTodos() {
29 const res = await axios.get(`${API_URL}/get_all()`);
30 return res.data;
31}
32
33export default { createTodo, deleteTodo, markIncomplete, markComplete, getAllTodos, runCommand };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected