MCPcopy Create free account
hub / github.com/caseywebdev/react-list / requestTransitionLane

Function requestTransitionLane

docs/index.js:14998–15002  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14996 });
14997}
14998function requestTransitionLane() {
14999 0 === currentEventTransitionLane &&
15000 (currentEventTransitionLane = claimNextTransitionLane());
15001 return currentEventTransitionLane;
15002}
15003function coerceFormActionProp(actionProp) {
15004 return null == actionProp ||
15005 "symbol" === typeof actionProp ||

Callers 3

entangleAsyncActionFunction · 0.85
requestUpdateLaneFunction · 0.85

Calls 1

claimNextTransitionLaneFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…