MCPcopy Index your code
hub / github.com/git-bug/git-bug / StoreTree

Method StoreTree

repository/repo.go:153–153  ·  view source on GitHub ↗

StoreTree will store a mapping key-->Hash as a Git tree

(mapping []TreeEntry)

Source from the content-addressed store, hash-verified

151
152 // StoreTree will store a mapping key-->Hash as a Git tree
153 StoreTree(mapping []TreeEntry) (Hash, error)
154
155 // ReadTree will return the list of entries in a Git tree
156 // The given hash could be from either a commit or a tree

Callers 4

RepoDataTestFunction · 0.65
RepoDataSignatureTestFunction · 0.65
CommitMethod · 0.65
WriteMethod · 0.65

Implementers 2

mockRepoDatarepository/mock_repo.go
GoGitReporepository/gogit.go

Calls

no outgoing calls

Tested by

no test coverage detected