MCPcopy Create free account
hub / github.com/OpenFunction/samples / Bar

Function Bar

functions/knative/multiple-functions-go/http.go:26–28  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

24}
25
26func Bar(w http.ResponseWriter, r *http.Request) {
27 fmt.Fprintln(w, "hello, bar!\n")
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected