MCPcopy Create free account
hub / github.com/git-bug/git-bug / NextStartAt

Method NextStartAt

bridge/jira/client.go:117–119  ·  view source on GitHub ↗

NextStartAt return the index of the first item on the next page

()

Source from the content-addressed store, hash-verified

115
116// NextStartAt return the index of the first item on the next page
117func (cp *CommentPage) NextStartAt() int {
118 return cp.StartAt + len(cp.Comments)
119}
120
121// IsLastPage return true if there are no more items beyond this page
122func (cp *CommentPage) IsLastPage() bool {

Callers 4

IsLastPageMethod · 0.95
NextMethod · 0.45
NextMethod · 0.45
NextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected