Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ BuildKitEnabled
Method
BuildKitEnabled
pkg/compose/docker_cli_providers.go:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(c *dockerCliContextInfo) BuildKitEnabled() (bool, error) {
37
return
c.cli.BuildKitEnabled()
38
}
Callers
nothing calls this directly
Calls
1
BuildKitEnabled
Method · 0.65
Tested by
no test coverage detected