MCPcopy Index your code
hub / github.com/idank/explainshell / index

Function index

explainshell/web/views.py:91–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89
90@bp.route("/")
91def index():
92 return _cacheable_explain_response(render_template("index.html"))
93
94
95debug_bp = Blueprint("manpage", __name__)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected