Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ TestPlanStringEmpty
Function
TestPlanStringEmpty
pkg/compose/plan_test.go:49–53 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
47
}
48
49
func
TestPlanStringEmpty(t *testing.T) {
50
p := &Plan{}
51
assert.Equal(t, p.String(),
""
)
52
assert.Assert(t, p.IsEmpty())
53
}
54
55
func
TestPlanStringNoDeps(t *testing.T) {
56
p := &Plan{}
Callers
nothing calls this directly
Calls
2
String
Method · 0.95
IsEmpty
Method · 0.95
Tested by
no test coverage detected