MCPcopy Create free account
hub / github.com/dobin/SuperMega / projects_route

Function projects_route

app/views_project.py:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39@views_project.route("/projects")
40def projects_route():
41 project_settings = storage.get_project_settings()
42 return render_template('projects.html', project_settings=project_settings)
43
44
45@views_project.route("/project/<name>")

Callers

nothing calls this directly

Calls 1

get_project_settingsMethod · 0.80

Tested by

no test coverage detected