()
| 159 | } |
| 160 | |
| 161 | func (s *smartHTTPRepoServer) RepoURL() string { |
| 162 | return s.server.URL + s.repoPath |
| 163 | } |
| 164 | |
| 165 | func (s *smartHTTPRepoServer) handle(w http.ResponseWriter, r *http.Request) { |
| 166 | switch { |
no outgoing calls
no test coverage detected