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

Method Count

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

Count matched rows from database

(clauses ...Clause)

Source from the content-addressed store, hash-verified

131 First(dst interface{}, clauses ...Clause) errors.Error
132 // Count matched rows from database
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

Callers 15

RunPluginSubTasksFunction · 0.65
GetDbBlueprintsMethod · 0.65
deleteConnectionMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
DeleteScopeMethod · 0.65
transactionalDeleteMethod · 0.65
ListScopesMethod · 0.65
DeleteConnectionMethod · 0.65
ValidateMethod · 0.65
GetPageMethod · 0.65
NoRunningPipelineMethod · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by 1