MCPcopy Create free account
hub / github.com/go-task/task / ApplyToExecutor

Method ApplyToExecutor

executor.go:150–152  ·  view source on GitHub ↗
(e *Executor)

Source from the content-addressed store, hash-verified

148}
149
150func (o *entrypointOption) ApplyToExecutor(e *Executor) {
151 e.Entrypoint = o.entrypoint
152}
153
154// WithTempDir sets the temporary directory that will be used by [Executor] for
155// storing temporary files like checksums and cached remote files. By default,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected