MCPcopy
hub / github.com/cli/cli / Run

Method Run

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

Source from the content-addressed store, hash-verified

17type Runnable interface {
18 Output() ([]byte, error)
19 Run() error
20}
21
22// PrepareCmd extends exec.Cmd with extra error reporting features and provides a

Callers 15

runFunction · 0.65
TestIsURLFunction · 0.65
TestParseURLFunction · 0.65
TestClientCommandFunction · 0.65
TestClientCurrentBranchFunction · 0.65
TestClientShowRefsFunction · 0.65
TestClientConfigFunction · 0.65
TestClientCommitsFunction · 0.65

Implementers 4

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

Calls

no outgoing calls

Tested by 15

TestIsURLFunction · 0.52
TestParseURLFunction · 0.52
TestClientCommandFunction · 0.52
TestClientCurrentBranchFunction · 0.52
TestClientShowRefsFunction · 0.52
TestClientConfigFunction · 0.52
TestClientCommitsFunction · 0.52