MCPcopy
hub / github.com/docker/compose / CurrentContext

Method CurrentContext

pkg/compose/docker_cli_providers.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (c *dockerCliContextInfo) CurrentContext() string {
29 return c.cli.CurrentContext()
30}
31
32func (c *dockerCliContextInfo) ServerOSType() string {
33 return c.cli.ServerInfo().OSType

Callers

nothing calls this directly

Calls 1

CurrentContextMethod · 0.65

Tested by

no test coverage detected