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

Method ApplyToReader

taskfile/reader.go:153–155  ·  view source on GitHub ↗
(r *Reader)

Source from the content-addressed store, hash-verified

151}
152
153func (o *tempDirOption) ApplyToReader(r *Reader) {
154 r.tempDir = o.tempDir
155}
156
157// WithCacheExpiryDuration sets the duration after which the cache is considered
158// expired. By default, the cache is considered expired after 24 hours.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected