Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
func
(devNull) Read(p []byte) (int, error) {
return
0, io.EOF }
12
func
(devNull) Write(p []byte) (int, error) {
return
len(p), nil }
13
func
(devNull) Close() error {
return
nil }
Callers
11
TestIncludesRemote
Function · 0.80
TestIncludesHttp
Function · 0.80
watchTasks
Method · 0.80
closeOnInterrupt
Function · 0.80
IsUpToDate
Method · 0.80
checksum
Method · 0.80
parseGitignoreLines
Function · 0.80
RemoteExists
Function · 0.80
Read
Method · 0.80
ReadContext
Method · 0.80
Visualize
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestIncludesRemote
Function · 0.64
TestIncludesHttp
Function · 0.64