MCPcopy Create free account
hub / github.com/go-task/task / Write

Method Write

internal/execext/devnull.go:12–12  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

10
11func (devNull) Read(p []byte) (int, error) { return 0, io.EOF }
12func (devNull) Write(p []byte) (int, error) { return len(p), nil }
13func (devNull) Close() error { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected