MCPcopy Create free account
hub / github.com/apache/devlake / Next

Method Next

backend/core/dal/dal.go:225–225  ·  view source on GitHub ↗

Next prepares the next result row for reading with the Scan method. It returns true on success, or false if there is no next result row or an error happened while preparing it. Err should be consulted to distinguish between the two cases. Every call to Scan, even the first one, must be preceded by

()

Source from the content-addressed store, hash-verified

223 //
224 // Every call to Scan, even the first one, must be preceded by a call to Next.
225 Next() bool
226
227 // Close closes the Rows, preventing further enumeration. If Next is called
228 // and returns false and there are no further result sets,

Callers 15

copyDataToDstFunction · 0.95
UpMethod · 0.65
UpMethod · 0.65
GetLatestTasksOfPipelineFunction · 0.65
RestAuthenticationFunction · 0.65
ConvertCommitsFunction · 0.65
EnrichApiBuildWithStagesFunction · 0.65
extractCustomizedFieldsFunction · 0.65
CalculateTagPatternFunction · 0.65
loadCommitGraphFunction · 0.65
CalculatePrCherryPickFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected