MCPcopy Create free account
hub / github.com/microsoft/Webwright / index

Function index

assets/task_showcase/app.py:190–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188
189@app.route("/")
190def index():
191 tasks = list_tasks()
192 return render_template("dashboard.html", tasks=tasks)
193
194
195@app.route("/task/<short_id>")

Callers

nothing calls this directly

Calls 1

list_tasksFunction · 0.85

Tested by

no test coverage detected