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

Function handler

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

Source from the content-addressed store, hash-verified

10)
11
12func handler(w http.ResponseWriter, r *http.Request) {
13 w.Write([]byte("WORLD!"))
14}
15
16func main() {
17 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…