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

Function markComplete

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

Source from the content-addressed store, hash-verified

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;
21}
22
23async function runCommand(command) {
24 const data = await (await axios.get(`${API_URL}/${command})`)).data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected