Home
last modified time | relevance | path

Searched defs:AnalyzedCommitRow (Results 1 – 6 of 6) sorted by relevance

/development/tools/repo_diff/service/repodiff/mappers/
Dcsv.go20 func CommitEntityToCSVRow(a e.AnalyzedCommitRow) []string {
33 func CommitEntitiesToCSVRows(commits []e.AnalyzedCommitRow) [][]string {
Dmappers.go90 func commitRowToDenormalizedCols(commitRow e.AnalyzedCommitRow, firstSeen e.RepoTimestamp, rowIndex…
120 func commitRowToPersistCols(c e.AnalyzedCommitRow, uuidBytes string, timestamp e.RepoTimestamp, row…
159 func CommitRowsToDenormalizedCols(commitRows []e.AnalyzedCommitRow, commitToTimestamp map[string]e.…
213 func CommitRowsToPersistCols(commitRows []e.AnalyzedCommitRow, timestamp e.RepoTimestamp) [][]inter…
/development/tools/repo_diff/service/repodiff/controllers/
Dcontract.go9 InsertCommitRows(commitRows []ent.AnalyzedCommitRow) error
Ddenormalize.go142 func extractCommitHashes(commitRows []e.AnalyzedCommitRow) []string {
Ddifferential.go211 …ies(target ent.DiffTarget, diffRows []ent.AnalyzedDiffRow, commitRows []ent.AnalyzedCommitRow) err…
/development/tools/repo_diff/service/repodiff/entities/
Dentities.go52 type AnalyzedCommitRow struct { struct
53 CommitRow
54 Type constants.ProjectType