Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/go-task/task
/ tempDirOption
Struct
tempDirOption
taskfile/reader.go:149–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
type
tempDirOption
struct
{
150
tempDir string
151
}
152
153
func
(o *tempDirOption) ApplyToReader(r *Reader) {
154
r.tempDir = o.tempDir
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected