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

Method Fs

storage/filesystem/dotgit/dotgit.go:1247–1249  ·  view source on GitHub ↗

Fs returns the underlying filesystem of the DotGit folder.

()

Source from the content-addressed store, hash-verified

1245
1246// Fs returns the underlying filesystem of the DotGit folder.
1247func (d *DotGit) Fs() billy.Filesystem {
1248 return d.fs
1249}
1250
1251func isHex(s string) bool {
1252 for _, b := range []byte(s) {

Callers 3

IndexMethod · 0.80
packfileMethod · 0.80
buildPackfileItersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected