MCPcopy Create free account
hub / github.com/apache/devlake / isGroup

Function isGroup

backend/plugins/jenkins/api/remote_api.go:96–98  ·  view source on GitHub ↗
(job *models.Job)

Source from the content-addressed store, hash-verified

94}
95
96func 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

Callers 1

listJenkinsRemoteScopesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected