MCPcopy Index your code
hub / github.com/apache/answer / Page404

Method Page404

internal/controller/template_controller.go:557–559  ·  view source on GitHub ↗
(ctx *gin.Context)

Source from the content-addressed store, hash-verified

555}
556
557func (tc *TemplateController) Page404(ctx *gin.Context) {
558 tc.html(ctx, http.StatusNotFound, "404.html", tc.SiteInfo(ctx), gin.H{})
559}
560
561func (tc *TemplateController) html(ctx *gin.Context, code int, tpl string, siteInfo *schema.TemplateSiteInfoResp, data gin.H) {
562 prefix := ""

Callers 10

IndexMethod · 0.95
QuestionListMethod · 0.95
QuestionInfoRedirectMethod · 0.95
QuestionInfoMethod · 0.95
TagListMethod · 0.95
TagInfoMethod · 0.95
UserInfoMethod · 0.95
OpenSearchMethod · 0.95
SitemapMethod · 0.95
SitemapPageMethod · 0.95

Calls 2

htmlMethod · 0.95
SiteInfoMethod · 0.95

Tested by

no test coverage detected