MCPcopy
hub / github.com/apache/devlake / Fetch

Method Fetch

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

Fetch loads row data from `cursor` into `dst`

(cursor Rows, dst interface{})

Source from the content-addressed store, hash-verified

125 Cursor(clauses ...Clause) (Rows, errors.Error)
126 // Fetch loads row data from `cursor` into `dst`
127 Fetch(cursor Rows, dst interface{}) errors.Error
128 // All loads matched rows from database to `dst`, USE IT WITH CAUTIOUS!!
129 All(dst interface{}, clauses ...Clause) errors.Error
130 // First loads the first matched row from database to `dst`, error will be returned if no records were found

Callers 15

UpMethod · 0.65
UpMethod · 0.65
GetLatestTasksOfPipelineFunction · 0.65
ConvertCommitsFunction · 0.65
EnrichApiBuildWithStagesFunction · 0.65
importCSVMethod · 0.65
extractCustomizedFieldsFunction · 0.65
CalculateTagPatternFunction · 0.65
loadCommitGraphFunction · 0.65
CalculatePrCherryPickFunction · 0.65
CalculateCommitsDiffFunction · 0.65
ExtractQDevLoggingDataFunction · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by 1

TestEpicDataflowFunction · 0.52