MCPcopy Index your code
hub / github.com/go-task/task / ApplyToReader

Method ApplyToReader

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

Source from the content-addressed store, hash-verified

37 // A ReaderOption is any type that can apply a configuration to a [Reader].
38 ReaderOption interface {
39 ApplyToReader(*Reader)
40 }
41 // A Reader will recursively read Taskfiles from a given [Node] and build a
42 // [ast.TaskfileGraph] from them.

Callers 2

OptionsMethod · 0.65
OptionsMethod · 0.65

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