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

Method IsLastPage

bridge/jira/client.go:122–124  ·  view source on GitHub ↗

IsLastPage return true if there are no more items beyond this page

()

Source from the content-addressed store, hash-verified

120
121// IsLastPage return true if there are no more items beyond this page
122func (cp *CommentPage) IsLastPage() bool {
123 return cp.NextStartAt() >= cp.Total
124}
125
126// IssueFields the JSON object returned as the "fields" member of an issue.
127// There are a very large number of fields and many of them are custom. We

Callers 3

NextMethod · 0.45
NextMethod · 0.45
NextMethod · 0.45

Calls 1

NextStartAtMethod · 0.95

Tested by

no test coverage detected