MCPcopy Create free account
hub / github.com/docker/docker-agent / capturedInput

Method capturedInput

pkg/hooks/handler_test.go:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (h *recordingHandler) capturedInput() []byte {
36 v, _ := h.input.Load().([]byte)
37 return v
38}
39
40// TestExecutorDispatchesToCustomHandler shows the smallest end-to-end use
41// of the new pluggability: a custom HookType backed by an in-process Go

Callers 1

Calls 1

LoadMethod · 0.80

Tested by

no test coverage detected