MCPcopy Create free account
hub / github.com/expr-lang/expr / httpHelloName

Function httpHelloName

internal/testify/assert/http_assertions_test.go:150–153  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

148}
149
150func httpHelloName(w http.ResponseWriter, r *http.Request) {
151 name := r.FormValue("name")
152 _, _ = fmt.Fprintf(w, "Hello, %s!", name)
153}
154
155func TestHTTPRequestWithNoParams(t *testing.T) {
156 var got *http.Request

Callers

nothing calls this directly

Calls 1

FprintfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…