Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-git/go-git
/ encodeFooter
Method
encodeFooter
plumbing/format/index/encoder.go:242–244 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
240
}
241
242
func
(e *Encoder) encodeFooter() error {
243
return
binary.Write(e.w, e.hash.Sum(nil))
244
}
245
246
type
byName []*Entry
247
Callers
3
encode
Method · 0.95
buildIndexWithExtension
Method · 0.95
TestDecodeTruncatedExt
Method · 0.95
Calls
2
Write
Function · 0.92
Sum
Method · 0.80
Tested by
2
buildIndexWithExtension
Method · 0.76
TestDecodeTruncatedExt
Method · 0.76