Searched refs:RepoRootForImportPath (Results 1 – 4 of 4) sorted by relevance
29 repoRootForImportPath = vcs.RepoRootForImportPath
278 rr, err := vcs.RepoRootForImportPath(path, vcs.PreferMod, security)
196 got, err := RepoRootForImportPath(test.path, IgnoreMod, web.SecureOnly)
1075 func RepoRootForImportPath(importPath string, mod ModuleMode, security web.SecurityMode) (*RepoRoot… func