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

Function newDataSourceHandler

common/nodes/path/handler-path-datasource.go:44–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func newDataSourceHandler() *DataSourceHandler {
45 bt := &DataSourceHandler{}
46 bt.InputMethod = bt.updateInputBranch
47 bt.OutputMethod = bt.updateOutputNode
48 return bt
49}
50
51// DataSourceHandler is an BranchFilter adding/extracting datasource name from the path.
52type DataSourceHandler struct {

Callers 2

WithDatasourceFunction · 0.85

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…