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

Function handlerFoo

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

Source from the content-addressed store, hash-verified

16}
17
18func handlerFoo(w http.ResponseWriter, r *http.Request) {
19 time.Sleep(time.Second)
20 w.Write([]byte("BAR"))
21}
22
23func handlerBar(w http.ResponseWriter, r *http.Request) {
24 w.Write([]byte("FOO"))

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…