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

Function gitNoLFSBuffered

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

Source from the content-addressed store, hash-verified

209}
210
211func gitNoLFSBuffered(args ...string) (*subprocess.BufferedCmd, error) {
212 return subprocess.BufferedExec("git", gitConfigNoLFS(args...)...)
213}
214
215func gitNoLFSBufferedStdout(args ...string) (*subprocess.BufferedCmd, error) {
216 return subprocess.StdoutBufferedExec("git", gitConfigNoLFS(args...)...)

Callers 4

CatFileFunction · 0.85
LogFunction · 0.85
LsTreeFunction · 0.85
LsFilesLFSFunction · 0.85

Calls 2

BufferedExecFunction · 0.92
gitConfigNoLFSFunction · 0.85

Tested by

no test coverage detected