MCPcopy
hub / github.com/go-task/task / Close

Method Close

internal/execext/devnull.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 11

TestIncludesRemoteFunction · 0.80
TestIncludesHttpFunction · 0.80
watchTasksMethod · 0.80
closeOnInterruptFunction · 0.80
IsUpToDateMethod · 0.80
checksumMethod · 0.80
parseGitignoreLinesFunction · 0.80
RemoteExistsFunction · 0.80
ReadMethod · 0.80
ReadContextMethod · 0.80
VisualizeMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestIncludesRemoteFunction · 0.64
TestIncludesHttpFunction · 0.64