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

Function CatFile

git/git.go:236–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234}
235
236func CatFile() (*subprocess.BufferedCmd, error) {
237 return gitNoLFSBuffered("cat-file", "--batch-check")
238}
239
240func DiffIndex(ref string, cached bool, refresh bool, workingDir string) (*bufio.Scanner, error) {
241 if refresh {

Callers 1

runCatFileBatchCheckFunction · 0.92

Calls 1

gitNoLFSBufferedFunction · 0.85

Tested by

no test coverage detected