Home
last modified time | relevance | path

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

/development/tools/repo_diff/service/repodiff/repositories/
Dsource.go37 id, err := s.getIDByURLBranch(url, branch)
42 return s.getIDByURLBranch(url, branch)
61 func (s source) getIDByURLBranch(url, branch string) (int16, error) { func