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

Method Adapt

common/nodes/path/handler-path-resolve-root.go:53–56  ·  view source on GitHub ↗
(c nodes.Handler, options nodes.RouterOptions)

Source from the content-addressed store, hash-verified

51}
52
53func (v *WorkspaceRootResolver) Adapt(c nodes.Handler, options nodes.RouterOptions) nodes.Handler {
54 v.AdaptOptions(c, options)
55 return v
56}
57
58func (v *WorkspaceRootResolver) updateInputBranch(ctx context.Context, node *tree.Node, identifier string) (context.Context, *tree.Node, error) {
59

Callers

nothing calls this directly

Calls 1

AdaptOptionsMethod · 0.80

Tested by

no test coverage detected