MCPcopy
hub / github.com/cli/cli / Output

Method Output

internal/run/run.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16// Runnable is typically an exec.Cmd or its stub in tests
17type Runnable interface {
18 Output() ([]byte, error)
19 Run() error
20}
21

Callers 15

cmdOutputFunction · 0.65
initRepoFunction · 0.65
RemotesMethod · 0.65
UpdateRemoteURLMethod · 0.65
SetRemoteResolutionMethod · 0.65
CurrentBranchMethod · 0.65
ShowRefsMethod · 0.65
ConfigMethod · 0.65
CommitsMethod · 0.65
lookupCommitMethod · 0.65
ReadBranchConfigMethod · 0.65

Implementers 4

Commandgit/command.go
OutputStubtest/helpers.go
cmdWithStderrinternal/run/run.go
commandStubinternal/run/stub.go

Calls

no outgoing calls

Tested by 6

initRepoFunction · 0.52
fillCredentialsFunction · 0.52