Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ ApplyToExecutor
Method
ApplyToExecutor
executor.go:23–23 ·
view source on GitHub ↗
(*Executor)
Source
from the content-addressed store, hash-verified
21
// [Executor].
22
ExecutorOption
interface
{
23
ApplyToExecutor(*Executor)
24
}
25
// An Executor is used for processing Taskfile(s) and executing the task(s)
26
// within them.
Callers
1
Options
Method · 0.65
Implementers
15
dirOption
executor.go
entrypointOption
executor.go
tempDirOption
executor.go
tempDirPathOption
executor.go
forceOption
executor.go
forceAllOption
executor.go
insecureOption
executor.go
downloadOption
executor.go
offlineOption
executor.go
trustedHostsOption
executor.go
timeoutOption
executor.go
cacheExpiryDurationOption
executor.go
Calls
no outgoing calls
Tested by
no test coverage detected