MCPcopy Index your code
hub / github.com/containers/toolbox / Write

Method Write

src/pkg/shell/shell_test.go:372–375  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

370}
371
372func (mock *outputMock) Write(p []byte) (n int, err error) {
373 mock.written = append(mock.written, p...)
374 return len(p), nil
375}

Callers 1

watchContextForEventFDFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected