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

Function getMockProjectEventStore

desktop/src/testing/e2eBridge.ts:4269–4272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4267}
4268
4269function getMockProjectEventStore(): RelayEvent[] {
4270 mockProjectEventStore ??= buildMockProjectEvents();
4271 return mockProjectEventStore;
4272}
4273
4274function filterMockProjectEvents(filter: MockFilter): RelayEvent[] {
4275 const authors = filter.authors?.map((author) => author.toLowerCase());

Callers 1

filterMockProjectEventsFunction · 0.85

Calls 1

buildMockProjectEventsFunction · 0.85

Tested by

no test coverage detected