MCPcopy Create free account
hub / github.com/block/buzz / getRelayIdentity

Function getRelayIdentity

desktop/src/testing/e2eBridge.ts:4360–4367  ·  view source on GitHub ↗
(config: E2eConfig | undefined)

Source from the content-addressed store, hash-verified

4358}
4359
4360function getRelayIdentity(config: E2eConfig | undefined): TestIdentity {
4361 const identity = getIdentity(config);
4362 if (!identity) {
4363 throw new Error("Relay identity required.");
4364 }
4365
4366 return identity;
4367}
4368
4369async function relayJsonRequest<T>(
4370 config: E2eConfig | undefined,

Callers 4

relayJsonRequestFunction · 0.85
relayQueryFunction · 0.85
submitSignedEventFunction · 0.85
handleSendChannelMessageFunction · 0.85

Calls 1

getIdentityFunction · 0.70

Tested by

no test coverage detected