()
| 42 | } |
| 43 | |
| 44 | func 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. |
| 52 | type DataSourceHandler struct { |
no outgoing calls
searching dependent graphs…