MCPcopy Index your code
hub / github.com/coder/coder / ServeHTTPDebug

Method ServeHTTPDebug

tailnet/coordinator.go:529–531  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

527}
528
529func (c *coordinator) ServeHTTPDebug(w http.ResponseWriter, r *http.Request) {
530 c.core.serveHTTPDebug(w, r)
531}
532
533func (c *core) serveHTTPDebug(w http.ResponseWriter, _ *http.Request) {
534 debug := c.getHTMLDebug()

Callers

nothing calls this directly

Calls 1

serveHTTPDebugMethod · 0.80

Tested by

no test coverage detected