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

Function markIncomplete

frontend/src/APIHelper.js:14–17  ·  view source on GitHub ↗
(title)

Source from the content-addressed store, hash-verified

12}
13
14async function markIncomplete(title) {
15 const data = await (await axios.get(`${API_URL}/mark_incomplete(${title})`)).data;
16 return data.message;
17}
18async function markComplete(title) {
19 const data = await (await axios.get(`${API_URL}/mark_complete(${title})`)).data
20 return data.message;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected