MCPcopy Create free account
hub / github.com/fvbock/endless / handlerBar

Function handlerBar

examples/multi_port.go:23–25  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

21}
22
23func handlerBar(w http.ResponseWriter, r *http.Request) {
24 w.Write([]byte("FOO"))
25}
26
27func main() {
28 mux1 := mux.NewRouter()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…