(job *models.Job)
| 94 | } |
| 95 | |
| 96 | func isGroup(job *models.Job) bool { |
| 97 | return job.Jobs != nil && !slices.Contains(scopesWithJobs, job.Class) |
| 98 | } |
| 99 | |
| 100 | // RemoteScopes list all available scopes on the remote server |
| 101 | // @Summary list all available scopes on the remote server |
no outgoing calls
no test coverage detected