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

Method Adapt

common/nodes/path/handler-path-recycle.go:25–28  ·  view source on GitHub ↗
(c nodes.Handler, options nodes.RouterOptions)

Source from the content-addressed store, hash-verified

23}
24
25func (r *RecyclePathHandler) Adapt(c nodes.Handler, options nodes.RouterOptions) nodes.Handler {
26 r.AdaptOptions(c, options)
27 return r
28}
29
30func (r *RecyclePathHandler) updateInputBranch(ctx context.Context, node *tree.Node, identifier string) (context.Context, *tree.Node, error) {
31 return ctx, node, nil

Callers

nothing calls this directly

Calls 1

AdaptOptionsMethod · 0.80

Tested by

no test coverage detected