Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ RequireHighlightJS
Method
RequireHighlightJS
internal/context/context.go:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(c *Context) RequireHighlightJS() {
64
c.Require(
"HighlightJS"
)
65
}
66
67
func
(c *Context) RequireSimpleMDE() {
68
c.Require(
"SimpleMDE"
)
Callers
4
editFile
Function · 0.80
editFilePost
Function · 0.80
loadWebhook
Function · 0.80
Diff
Function · 0.80
Calls
1
Require
Method · 0.95
Tested by
no test coverage detected