Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctopusDeploy/cli
/ Empty
Function
Empty
pkg/util/util.go:207–209 ·
view source on GitHub ↗
(items []T)
Source
from the content-addressed store, hash-verified
205
}
206
207
func
Empty[T any](items []T) bool {
208
return
items == nil || len(items) == 0
209
}
210
211
func
Any[T any](items []T) bool {
212
return
!Empty(items)
Callers
15
shouldGenerateNuSpec
Function · 0.92
scopesProvided
Function · 0.92
PromptScopes
Function · 0.92
PromptScope
Function · 0.92
excludeRun
Function · 0.92
PromptMissing
Function · 0.92
PromptMissing
Function · 0.92
includeRun
Function · 0.92
PromptMissing
Function · 0.92
PromptForConfigAsCode
Function · 0.92
buildPackageVersionBaseline
Function · 0.92
NewCmdDelete
Function · 0.92
Calls
no outgoing calls
Tested by
3
TestEmpty_Nil
Function · 0.74
TestEmpty_ZeroItems
Function · 0.74
TestEmpty_SomeItems
Function · 0.74