(r *Reader)
| 239 | } |
| 240 | |
| 241 | func (o *readerCertKeyOption) ApplyToReader(r *Reader) { |
| 242 | r.certKey = o.certKey |
| 243 | } |
| 244 | |
| 245 | // Read will read the Taskfile defined by the [Reader]'s [Node] and recurse |
| 246 | // through any [ast.Includes] it finds, reading each included Taskfile and |
nothing calls this directly
no outgoing calls
no test coverage detected