(req *http.Request)
| 409 | } |
| 410 | |
| 411 | func wantsBlobInfo(req *http.Request) bool { |
| 412 | return httputil.IsGet(req) && blob.ValidRefString(req.FormValue("b")) |
| 413 | } |
| 414 | |
| 415 | func getSuffixMatches(req *http.Request, pattern *regexp.Regexp) bool { |
| 416 | if httputil.IsGet(req) { |
no test coverage detected