MCPcopy Create free account
hub / github.com/pydio/cells / Adapt

Method Adapt

common/nodes/sync/handler-sync-cache.go:81–84  ·  view source on GitHub ↗
(c nodes.Handler, options nodes.RouterOptions)

Source from the content-addressed store, hash-verified

79}
80
81func (s *CacheHandler) Adapt(c nodes.Handler, options nodes.RouterOptions) nodes.Handler {
82 s.AdaptOptions(c, options)
83 return s
84}
85
86func newCacheHandler() *CacheHandler {
87 s := &CacheHandler{}

Callers

nothing calls this directly

Calls 1

AdaptOptionsMethod · 0.80

Tested by

no test coverage detected