Method
ExecuteWrapped
(inputFilter nodes.FilterFunc, outputFilter nodes.FilterFunc, provider nodes.CallbackFunc)
Source from the content-addressed store, hash-verified
| 52 | } |
| 53 | |
| 54 | func (e *Executor) ExecuteWrapped(inputFilter nodes.FilterFunc, outputFilter nodes.FilterFunc, provider nodes.CallbackFunc) error { |
| 55 | |
| 56 | return provider(inputFilter, outputFilter) |
| 57 | |
| 58 | } |
| 59 | |
| 60 | func (e *Executor) ReadNode(ctx context.Context, in *tree.ReadNodeRequest, opts ...grpc.CallOption) (*tree.ReadNodeResponse, error) { |
| 61 | |
Callers
nothing calls this directly
Tested by
no test coverage detected