MCPcopy
hub / github.com/go-git/go-git / Len

Method Len

blame.go:534–534  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

532
533func (pq *priorityQueue) Init() { heap.Init((*priorityQueueImp)(pq)) }
534func (pq *priorityQueue) Len() int { return (*priorityQueueImp)(pq).Len() }
535func (pq *priorityQueue) Push(c *queueItem) {
536 heap.Push((*priorityQueueImp)(pq), c)
537}

Callers 7

TestCloneWithProgressMethod · 0.45
TestFetchWithProgressMethod · 0.45
BlameFunction · 0.45
TestPullProgressMethod · 0.45
TestFilePermissionsFunction · 0.45
TestAlternatesDupesFunction · 0.45

Calls

no outgoing calls

Tested by 6

TestCloneWithProgressMethod · 0.36
TestFetchWithProgressMethod · 0.36
TestPullProgressMethod · 0.36
TestFilePermissionsFunction · 0.36
TestAlternatesDupesFunction · 0.36