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

Method Adapt

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

AdaptOptionsMethod · 0.80

Tested by

no test coverage detected