MCPcopy
hub / github.com/go-git/go-git / Stat

Method Stat

plumbing/format/idxfile/decoder.go:56–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54// [NewDecoder] signature stays compatible with v5.
55type statInput interface {
56 Stat() (fs.FileInfo, error)
57}
58
59// Decoder reads and decodes idx files from an input stream.

Implementers 3

worktreeFilesystemworktree_fs.go
RepositoryFilesystemstorage/filesystem/dotgit/repository_f
bytesInputplumbing/format/idxfile/helpers_test.g

Calls

no outgoing calls