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

Function decodeJSONResponse

internal/api/httpapi/helpers_test.go:679–682  ·  view source on GitHub ↗
(t *testing.T, recorder *httptest.ResponseRecorder, dest any)

Source from the content-addressed store, hash-verified

677}
678
679func decodeJSONResponse(t *testing.T, recorder *httptest.ResponseRecorder, dest any) {
680 t.Helper()
681 testutil.DecodeJSONResponse(t, recorder, dest)
682}
683
684func mustJSONBody(t *testing.T, value any) []byte {
685 t.Helper()

Calls 1

DecodeJSONResponseFunction · 0.92

Tested by

no test coverage detected