(ctx context.Context, request *tree.UpdateNodeRequest)
| 189 | } |
| 190 | |
| 191 | func (t *FsBrowser) UpdateNode(ctx context.Context, request *tree.UpdateNodeRequest) (*tree.UpdateNodeResponse, error) { |
| 192 | return nil, errors.WithStack(errors.StatusNotImplemented) |
| 193 | } |
| 194 | |
| 195 | func (t *FsBrowser) DeleteNode(ctx context.Context, request *tree.DeleteNodeRequest) (*tree.DeleteNodeResponse, error) { |
| 196 | fs, _ := t.getFS(ctx) |
nothing calls this directly
no outgoing calls
no test coverage detected