MCPcopy Index your code
hub / github.com/docker/cli / runShow

Function runShow

cli/command/context/show.go:27–29  ·  view source on GitHub ↗
(dockerCli command.Cli)

Source from the content-addressed store, hash-verified

25}
26
27func runShow(dockerCli command.Cli) {
28 fmt.Fprintln(dockerCli.Out(), dockerCli.CurrentContext())
29}

Callers 2

TestShowFunction · 0.85
newShowCommandFunction · 0.85

Calls 2

OutMethod · 0.65
CurrentContextMethod · 0.65

Tested by 1

TestShowFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…