MCPcopy
hub / github.com/git-lfs/git-lfs / gitBuffered

Function gitBuffered

git/git.go:228–230  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

226}
227
228func gitBuffered(args ...string) (*subprocess.BufferedCmd, error) {
229 return subprocess.BufferedExec("git", args...)
230}
231
232func gitBufferedStdout(args ...string) (*subprocess.BufferedCmd, error) {
233 return subprocess.StdoutBufferedExec("git", args...)

Callers

nothing calls this directly

Calls 1

BufferedExecFunction · 0.92

Tested by

no test coverage detected