MCPcopy 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
166func (rh *RootHandler) registerUIHandler(h *UIHandler) {
167 rh.ui = h
168}
169
170func (rh *RootHandler) registerSyncHandler(h *SyncHandler) {
171 rh.sync = append(rh.sync, h)

Callers 1

uiFromConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected