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

Function handler

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

Source from the content-addressed store, hash-verified

12)
13
14func handler(w http.ResponseWriter, r *http.Request) {
15 w.Write([]byte("WORLD!"))
16}
17
18func handlerFoo(w http.ResponseWriter, r *http.Request) {
19 time.Sleep(time.Second)

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…