MCPcopy Create free account
hub / github.com/compozy/agh / performRequest

Function performRequest

internal/api/udsapi/helpers_test.go:501–504  ·  view source on GitHub ↗
(t *testing.T, engine http.Handler, method, path string, body []byte)

Source from the content-addressed store, hash-verified

499}
500
501func performRequest(t *testing.T, engine http.Handler, method, path string, body []byte) *httptest.ResponseRecorder {
502 t.Helper()
503 return testutil.PerformRequest(t, engine, method, path, body)
504}
505
506func decodeJSONResponse(t *testing.T, recorder *httptest.ResponseRecorder, dest any) {
507 t.Helper()

Calls 1

PerformRequestFunction · 0.92

Tested by

no test coverage detected