MCPcopy Index your code
hub / github.com/tailscale/tailscale / ExampleDebugHandler_URL

Function ExampleDebugHandler_URL

tsweb/debug_test.go:194–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192}
193
194func ExampleDebugHandler_URL() {
195 mux := http.NewServeMux()
196 dbg := Debugger(mux)
197 // Links to the Tailscale website from /debug/.
198 dbg.URL("https://www.tailscale.com", "Homepage")
199}
200
201func ExampleDebugHandler_Section() {
202 mux := http.NewServeMux()

Callers

nothing calls this directly

Calls 2

URLMethod · 0.80
DebuggerFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…