| 639 | } |
| 640 | |
| 641 | type uploadGraphEncryptKeysResponse struct{} |
| 642 | |
| 643 | func (*uploadGraphEncryptKeysResponse) respond(w http.ResponseWriter, r *http.Request) { |
| 644 | w.WriteHeader(http.StatusOK) |
nothing calls this directly
no outgoing calls
no test coverage detected