golang.org/x/pkgsite/internal/postgres.DB.GetVersionMaps (method)

2 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		version_map.go#L99: func (db *DB) GetVersionMaps(ctx context.Context, paths []string, requestedVersion string) (_ []*internal.VersionMap, err error) {

	golang.org/x/pkgsite/internal/frontend
		404.go#L239: 	vms, err := db.GetVersionMaps(ctx, paths, requestedVersion)