Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callstack/react-native-testing-library
/ EventEntry
Interface
EventEntry
src/test-utils/events.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
EventEntry {
2
name: string;
3
payload: any;
4
}
5
6
export
function
createEventLogger() {
7
const
events: EventEntry[] = [];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…