Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ entrypointOption
Struct
entrypointOption
executor.go:146–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
type
entrypointOption
struct
{
147
entrypoint string
148
}
149
150
func
(o *entrypointOption) ApplyToExecutor(e *Executor) {
151
e.Entrypoint = o.entrypoint
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected