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

Function decodeJSONResponse

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

Source from the content-addressed store, hash-verified

504}
505
506func decodeJSONResponse(t *testing.T, recorder *httptest.ResponseRecorder, dest any) {
507 t.Helper()
508 testutil.DecodeJSONResponse(t, recorder, dest)
509}
510
511func decodeSSEData(t *testing.T, record sseRecord, dest any) {
512 t.Helper()

Calls 1

DecodeJSONResponseFunction · 0.92

Tested by

no test coverage detected