Home
last modified time | relevance | path

Searched refs:NullCommit (Results 1 – 1 of 1) sorted by relevance

/development/tools/repo_diff/service/repodiff/repositories/
Dcommit.go18 type NullCommit struct { struct
22 func (n NullCommit) InsertCommitRows(commitRows []e.AnalyzedCommitRow) error { argument
25 func (n NullCommit) GetFirstSeenTimestamp(commitHashes []string, nullTimestamp e.RepoTimestamp) (ma… argument
28 func (n NullCommit) GetMostRecentCommits() ([]e.AnalyzedCommitRow, error) { argument
209 func NewNullObject(originalErr error) NullCommit {
210 return NullCommit{