Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/perkeep/perkeep
/ registerUIHandler
Method
registerUIHandler
pkg/server/root.go:166–168 ·
view source on GitHub ↗
(h *UIHandler)
Source
from the content-addressed store, hash-verified
164
}
165
166
func
(rh *RootHandler) registerUIHandler(h *UIHandler) {
167
rh.ui = h
168
}
169
170
func
(rh *RootHandler) registerSyncHandler(h *SyncHandler) {
171
rh.sync = append(rh.sync, h)
Callers
1
uiFromConfig
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected