MCPcopy Index your code
hub / github.com/nikivdev/go / runGitCommandStreaming

Function runGitCommandStreaming

cli/flow/main.go:5161–5167  ·  view source on GitHub ↗
(ctx *snap.Context, args ...string)

Source from the content-addressed store, hash-verified

5159}
5160
5161func runGitCommandStreaming(ctx *snap.Context, args ...string) error {
5162 cmd := exec.Command("git", args...)
5163 cmd.Stdout = ctx.Stdout()
5164 cmd.Stderr = ctx.Stderr()
5165 cmd.Stdin = ctx.Stdin()
5166 return cmd.Run()
5167}

Callers 13

runBranchFromClipboardFunction · 0.85
runCommitPushFunction · 0.85
runCommitReviewAndPushFunction · 0.85
prepareCommitFunction · 0.85
runGitFetchUpstreamFunction · 0.85
runGitSyncForkFunction · 0.85
runGitMirrorSetupFunction · 0.85
runGitMirrorPushFunction · 0.85
runGitMirrorPullFunction · 0.85
runGitMirrorTakeFunction · 0.85
fetchMirrorBranchFunction · 0.85
runGitCheckoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected