MCPcopy Index your code
hub / github.com/react/react / resolveEventType

Function resolveEventType

packages/react-art/src/ReactFiberConfigART.js:397–399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395export function trackSchedulerEvent(): void {}
396
397export function resolveEventType(): null | string {
398 return null;
399}
400
401export function resolveEventTimeStamp(): number {
402 return -1.1;

Callers 3

startUpdateTimerByLaneFunction · 0.90
startHostActionTimerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected