MCPcopy Index your code
hub / github.com/docker/docker-agent / newExecutorWrapper

Function newExecutorWrapper

pkg/a2a/executor_wrapper.go:18–22  ·  view source on GitHub ↗
(config adka2a.ExecutorConfig)

Source from the content-addressed store, hash-verified

16}
17
18func newExecutorWrapper(config adka2a.ExecutorConfig) *executorWrapper {
19 return &executorWrapper{
20 executor: adka2a.NewExecutor(config),
21 }
22}
23
24func (w *executorWrapper) Execute(ctx context.Context, reqCtx *a2asrv.RequestContext, queue eventqueue.Queue) error {
25 // Create a wrapping queue that fixes events before sending them

Callers 1

RunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected