Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
27
func
runShow(dockerCli command.Cli) {
28
fmt.Fprintln(dockerCli.Out(), dockerCli.CurrentContext())
29
}
Callers
2
TestShow
Function · 0.85
newShowCommand
Function · 0.85
Calls
2
Out
Method · 0.65
CurrentContext
Method · 0.65
Tested by
1
TestShow
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…