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

Method Filesystem

repository.go:142–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140func setWorktreeAndStoragePaths(r *Repository, worktree billy.Filesystem) error {
141 type fsBased interface {
142 Filesystem() billy.Filesystem
143 }
144
145 // .git file is only created if the storage is file based and the file

Callers 5

ExecuteMethod · 0.65
TestCommitNodeIterMethod · 0.65
TestCommitGraphMethod · 0.65
TestMixedGraphMethod · 0.65

Implementers 1

Storagestorage/filesystem/storage.go

Calls

no outgoing calls

Tested by 3

TestCommitNodeIterMethod · 0.52
TestCommitGraphMethod · 0.52
TestMixedGraphMethod · 0.52