Skip to content
This repository was archived by the owner on Apr 12, 2019. It is now read-only.

Commit f51a281

Browse files
committed
Comment
1 parent e4493ca commit f51a281

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commit_info.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ func (state *getCommitsInfoState) numRemainingEntries() int {
5252
return numRemaining
5353
}
5454

55+
// getTargetEntryPath Returns the next path for a targeted-searching thread to
56+
// search for, or returns the empty string if nothing left to search for
5557
func (state *getCommitsInfoState) getTargetedEntryPath() string {
5658
var targetedEntryPath string
5759
state.lock.Lock()

0 commit comments

Comments
 (0)