ref: ab174c473618dd3743881cf44e02c2db4d1ecd5f
dir: /object/id/algorithm_packhashid.go/
package objectid
// PackHashID returns the Git pack/rev hash-id encoding for this algorithm.
//
// Unknown algorithms return 0.
func (algo Algorithm) PackHashID() uint32 {
return algo.info().packHashID
}