MCPcopy
hub / github.com/go-task/task / cacheExpiryDurationOption

Struct cacheExpiryDurationOption

taskfile/reader.go:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163type cacheExpiryDurationOption struct {
164 duration time.Duration
165}
166
167func (o *cacheExpiryDurationOption) ApplyToReader(r *Reader) {
168 r.cacheExpiryDuration = o.duration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected