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