MCPcopy Create free account
hub / github.com/docker/secrets-engine / runGit

Function runGit

x/release/command.go:346–349  ·  view source on GitHub ↗
(ctx context.Context, args ...string)

Source from the content-addressed store, hash-verified

344}
345
346func runGit(ctx context.Context, args ...string) (string, error) {
347 out, err := exec.CommandContext(ctx, "git", args...).CombinedOutput()
348 return string(out), err
349}

Callers 3

verifyReleaseRefFunction · 0.85
remoteDefaultBranchFunction · 0.85
revParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected