func golang.org/x/pkgsite/internal.SeriesPathForModule

11 uses

	golang.org/x/pkgsite/internal (current package)
		discovery.go#L89: 	return SeriesPathForModule(v.ModulePath)
		discovery.go#L93: func SeriesPathForModule(modulePath string) string {
		discovery.go#L143: 	return path.Join(SeriesPathForModule(modulePath), Suffix(fullPath, modulePath))

	golang.org/x/pkgsite/internal/frontend
		directory.go#L108: 		if m.SeriesPath() == internal.SeriesPathForModule(um.ModulePath) {

	golang.org/x/pkgsite/internal/postgres
		details.go#L61: 	seriesPath := internal.SeriesPathForModule(modulePath)
		insert_module.go#L441: 		curPathsSet[internal.SeriesPathForModule(m.ModulePath)] = true
		search.go#L544: 		seriesPath := internal.SeriesPathForModule(r.ModulePath)
		version.go#L208: 	seriesPath := internal.SeriesPathForModule(modulePath)
		version.go#L580: 		id, internal.SeriesPathForModule(modulePath), raw, cooked, good, deprecated, goModBytes, status)

	golang.org/x/pkgsite/internal/proxydatasource
		datasource.go#L224: 	seriesPath := internal.SeriesPathForModule(modulePath)

	golang.org/x/pkgsite/internal/worker
		fetch.go#L291: 	seriesPath := internal.SeriesPathForModule(modulePath)