Call is the parameters to a task call
| 4 | |
| 5 | // Call is the parameters to a task call |
| 6 | type Call struct { |
| 7 | Task string |
| 8 | Vars *ast.Vars |
| 9 | Silent bool |
| 10 | Indirect bool // True if the task was called by another task |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected