MCPcopy Index your code
hub / github.com/google/go-github / testMethod

Function testMethod

github/github_test.go:158–163  ·  view source on GitHub ↗
(t *testing.T, r *http.Request, want string)

Source from the content-addressed store, hash-verified

156}
157
158func testMethod(t *testing.T, r *http.Request, want string) {
159 t.Helper()
160 if got := r.Method; got != want {
161 t.Errorf("Request method: %v, want %v", got, want)
162 }
163}
164
165type values map[string]string
166

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…