MCPcopy Index your code
hub / github.com/idootop/MagicMirror / prepare

Function prepare

src-python/magic/app.py:36–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35@app.post("/prepare")
36def prepare():
37 return {"success": load_models()}
38
39
40@app.post("/task")

Callers

nothing calls this directly

Calls 1

load_modelsFunction · 0.85

Tested by

no test coverage detected