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

Function handler

examples/hook.go:13–15  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

11)
12
13func handler(w http.ResponseWriter, r *http.Request) {
14 w.Write([]byte("WORLD!"))
15}
16
17func preSigUsr1() {
18 log.Println("pre SIGUSR1")

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…