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

Function mustCapabilityBodyJSON

internal/network/validate_test.go:1287–1291  ·  view source on GitHub ↗
(t *testing.T, capability CapabilityEnvelopePayload)

Source from the content-addressed store, hash-verified

1285}
1286
1287func mustCapabilityBodyJSON(t *testing.T, capability CapabilityEnvelopePayload) json.RawMessage {
1288 t.Helper()
1289
1290 return mustRawJSON(t, CapabilityBody{Capability: canonicalCapabilityPayload(t, capability)})
1291}
1292
1293func testThreadRef() ConversationRef {
1294 return ConversationRef{

Calls 2

mustRawJSONFunction · 0.70

Tested by

no test coverage detected