예제 #1
0
파일: pull.go 프로젝트: willhite/noms-old
func headHeight(h *types.RefHeap) uint64 {
	return h.Peek().Height()
}