MCPcopy Create free account
hub / github.com/pydio/cells / ExecuteWrapped

Method ExecuteWrapped

common/nodes/core/handler-exec.go:54–58  ·  view source on GitHub ↗
(inputFilter nodes.FilterFunc, outputFilter nodes.FilterFunc, provider nodes.CallbackFunc)

Source from the content-addressed store, hash-verified

52}
53
54func (e *Executor) ExecuteWrapped(inputFilter nodes.FilterFunc, outputFilter nodes.FilterFunc, provider nodes.CallbackFunc) error {
55
56 return provider(inputFilter, outputFilter)
57
58}
59
60func (e *Executor) ReadNode(ctx context.Context, in *tree.ReadNodeRequest, opts ...grpc.CallOption) (*tree.ReadNodeResponse, error) {
61

Callers

nothing calls this directly

Calls 1

providerStruct · 0.50

Tested by

no test coverage detected