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