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

Method Pluck

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

Pluck used to query single column

(column string, dest interface{}, clauses ...Clause)

Source from the content-addressed store, hash-verified

133 Count(clauses ...Clause) (int64, errors.Error)
134 // Pluck used to query single column
135 Pluck(column string, dest interface{}, clauses ...Clause) errors.Error
136 // Create insert record to database
137 Create(entity interface{}, clauses ...Clause) errors.Error
138 // CreateWithMap insert record to database, the record is organized as map

Callers 7

fillBlueprintDetailMethod · 0.65
ExecuteMethod · 0.65
dequeuePipelineFunction · 0.65
fillPipelineDetailFunction · 0.65
ConvertAccountsFunction · 0.65
CalculatePrCherryPickFunction · 0.65
PluckMethod · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected