(w http.ResponseWriter, r *http.Request)
| 527 | } |
| 528 | |
| 529 | func (c *coordinator) ServeHTTPDebug(w http.ResponseWriter, r *http.Request) { |
| 530 | c.core.serveHTTPDebug(w, r) |
| 531 | } |
| 532 | |
| 533 | func (c *core) serveHTTPDebug(w http.ResponseWriter, _ *http.Request) { |
| 534 | debug := c.getHTMLDebug() |
nothing calls this directly
no test coverage detected