MCPcopy Create free account
hub / github.com/docker/docker-language-server / TestHover_Compose

Function TestHover_Compose

e2e-tests/hover_test.go:116–119  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

114}
115
116func TestHover_Compose(t *testing.T) {
117 testHover_Compose(t, true)
118 testHover_Compose(t, false)
119}
120
121func testHover_Compose(t *testing.T, composeSupport bool) {
122 s := startServer()

Callers

nothing calls this directly

Calls 1

testHover_ComposeFunction · 0.85

Tested by

no test coverage detected