()
| 129 | } |
| 130 | |
| 131 | func (err *TaskfileCacheNotFoundError) Code() int { |
| 132 | return CodeTaskfileCacheNotFound |
| 133 | } |
| 134 | |
| 135 | // TaskfileVersionCheckError is returned when the user attempts to run a |
| 136 | // Taskfile that does not contain a Taskfile schema version key or if they try |
nothing calls this directly
no outgoing calls
no test coverage detected