()
| 193 | } |
| 194 | |
| 195 | func (err TaskfileCycleError) Code() int { |
| 196 | return CodeTaskfileCycle |
| 197 | } |
| 198 | |
| 199 | // TaskfileDoesNotMatchChecksum is returned when a Taskfile's checksum does not |
| 200 | // match the one pinned in the parent Taskfile. |
nothing calls this directly
no outgoing calls
no test coverage detected