(b []byte)
| 1952 | } |
| 1953 | |
| 1954 | func (ho *TestA301ResponseWriter) Write(b []byte) (int, error) { |
| 1955 | return 0, nil |
| 1956 | } |
| 1957 | |
| 1958 | func (ho *TestA301ResponseWriter) WriteHeader(code int) { |
| 1959 | ho.status = code |
no outgoing calls
no test coverage detected