示例#1
0
文件: pull.go 项目: willhite/noms-old
func headHeight(h *types.RefHeap) uint64 {
	return h.Peek().Height()
}