Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ Close
Method
Close
cli/command/container/hijack.go:29–31 ·
view source on GitHub ↗
Close calls back the passed closer function
()
Source
from the content-addressed store, hash-verified
27
28
// Close calls back the passed closer function
29
func
(r *readCloserWrapper) Close() error {
30
return
r.closer()
31
}
32
33
func
validateDetachKeys(keys string) error {
34
if
keys ==
""
{
Callers
1
restoreTerminal
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected