MCPcopy
hub / github.com/koderover/zadig / handlers

Struct handlers

pkg/handler/cache/handler.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type handlers struct {
28 cache Cacher
29}
30
31func NewHandlers() *handlers {
32 return &handlers{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected