Searched defs:Commit (Results 1 – 2 of 2) sorted by relevance
32 type Commit struct { struct33 db *sql.DB34 target e.MappedDiffTarget35 timestampGenerator func() e.RepoTimestamp38 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) {
46 Commit string member