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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

277}
278
279func (o *timeoutOption) ApplyToExecutor(e *Executor) {
280 e.Timeout = o.timeout
281}
282
283// WithCacheExpiryDuration sets the duration after which the cache is considered
284// expired. By default, the cache is 0 (disabled).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected