Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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(
"/"
)
91
def
index():
92
return
_cacheable_explain_response(render_template(
"index.html"
))
93
94
95
debug_bp = Blueprint(
"manpage"
, __name__)
Callers
nothing calls this directly
Calls
1
_cacheable_explain_response
Function · 0.85
Tested by
no test coverage detected