Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctopusDeploy/cli
/ TestEmpty_ZeroItems
Function
TestEmpty_ZeroItems
pkg/util/util_test.go:385–387 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
383
}
384
385
func
TestEmpty_ZeroItems(t *testing.T) {
386
assert.True(t, util.Empty([]string{}))
387
}
388
389
func
TestEmpty_SomeItems(t *testing.T) {
390
assert.False(t, util.Empty([]string{
"value"
}))
Callers
nothing calls this directly
Calls
1
Empty
Function · 0.92
Tested by
no test coverage detected