Home
last modified time | relevance | path

Searched defs:Commit (Results 1 – 2 of 2) sorted by relevance

/development/tools/repo_diff/service/repodiff/repositories/
Dcommit.go32 type Commit struct { struct
33 db *sql.DB
34 target e.MappedDiffTarget
35 timestampGenerator func() e.RepoTimestamp
38 func (c Commit) WithTimestampGenerator(t func() e.RepoTimestamp) Commit {
46 func (c Commit) InsertCommitRows(commitRows []e.AnalyzedCommitRow) error {
71 func (c Commit) GetMostRecentOuterKey() (int64, uuid.UUID, error) {
96 func (c Commit) GetMostRecentCommits() ([]e.AnalyzedCommitRow, error) {
152 …mestamp(commitHashes []string, nullTimestamp e.RepoTimestamp) (map[string]e.RepoTimestamp, error) {
/development/tools/repo_diff/service/repodiff/entities/
Dentities.go46 Commit string member