MCPcopy Create free account
hub / github.com/docker/docker-credential-helpers / Output

Method Output

client/command.go:50–52  ·  view source on GitHub ↗

Output returns responses from the remote credentials-helper.

()

Source from the content-addressed store, hash-verified

48
49// Output returns responses from the remote credentials-helper.
50func (s *Shell) Output() ([]byte, error) {
51 return s.cmd.Output()
52}
53
54// Input sets the input to send to a remote credentials-helper.
55func (s *Shell) Input(in io.Reader) {

Callers

nothing calls this directly

Calls 1

OutputMethod · 0.65

Tested by

no test coverage detected