(c nodes.Handler, options nodes.RouterOptions)
| 23 | } |
| 24 | |
| 25 | func (r *RecyclePathHandler) Adapt(c nodes.Handler, options nodes.RouterOptions) nodes.Handler { |
| 26 | r.AdaptOptions(c, options) |
| 27 | return r |
| 28 | } |
| 29 | |
| 30 | func (r *RecyclePathHandler) updateInputBranch(ctx context.Context, node *tree.Node, identifier string) (context.Context, *tree.Node, error) { |
| 31 | return ctx, node, nil |
nothing calls this directly
no test coverage detected