Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ NewHandler
Function
NewHandler
webui/handler.go:24–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
NewHandler() http.Handler {
25
assetsHandler := &fileSystemWithDefault{
26
FileSystem: WebUIAssets,
27
defaultFile:
"index.html"
,
28
}
29
30
return
http.FileServer(assetsHandler)
31
}
Callers
1
runWebUI
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected