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

Method ApplyToReader

taskrc/reader.go:16–16  ·  view source on GitHub ↗
(*Reader)

Source from the content-addressed store, hash-verified

14 // A ReaderOption is any type that can apply a configuration to a [Reader].
15 ReaderOption interface {
16 ApplyToReader(*Reader)
17 }
18 // A Reader will recursively read Taskfiles from a given [Node] and build a
19 // [ast.TaskRC] from them.

Callers

nothing calls this directly

Implementers 12

debugFuncOptiontaskrc/reader.go
insecureOptiontaskfile/reader.go
downloadOptiontaskfile/reader.go
offlineOptiontaskfile/reader.go
trustedHostsOptiontaskfile/reader.go
tempDirOptiontaskfile/reader.go
cacheExpiryDurationOptiontaskfile/reader.go
debugFuncOptiontaskfile/reader.go
promptFuncOptiontaskfile/reader.go
readerCACertOptiontaskfile/reader.go
readerCertOptiontaskfile/reader.go
readerCertKeyOptiontaskfile/reader.go

Calls

no outgoing calls

Tested by

no test coverage detected