MCPcopy 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
29func (r *readCloserWrapper) Close() error {
30 return r.closer()
31}
32
33func validateDetachKeys(keys string) error {
34 if keys == "" {

Callers 1

restoreTerminalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected