ListLocalIds list all the available local bug ids
(repo repository.Repo)
| 80 | |
| 81 | // ListLocalIds list all the available local bug ids |
| 82 | func ListLocalIds(repo repository.Repo) ([]entity.Id, error) { |
| 83 | return dag.ListLocalIds(def, repo) |
| 84 | } |
| 85 | |
| 86 | // Validate check if the Bug data is valid |
| 87 | func (bug *Bug) Validate() error { |
nothing calls this directly
no test coverage detected