コード例 #1
0
ファイル: pull.go プロジェクト: willhite/noms-old
func headHeight(h *types.RefHeap) uint64 {
	return h.Peek().Height()
}