MCPcopy Index your code
hub / github.com/dataease/SQLBot / ph

Function ph

frontend/public/swagger-ui-bundle.js:11462–11495  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

11460 }
11461 }
11462 function ph(s, o) {
11463 var i = s.updateQueue,
11464 a = s.alternate
11465 if (null !== a && i === (a = a.updateQueue)) {
11466 var u = null,
11467 _ = null
11468 if (null !== (i = i.firstBaseUpdate)) {
11469 do {
11470 var w = {
11471 eventTime: i.eventTime,
11472 lane: i.lane,
11473 tag: i.tag,
11474 payload: i.payload,
11475 callback: i.callback,
11476 next: null,
11477 }
11478 ;(null === _ ? (u = _ = w) : (_ = _.next = w), (i = i.next))
11479 } while (null !== i)
11480 null === _ ? (u = _ = o) : (_ = _.next = o)
11481 } else u = _ = o
11482 return (
11483 (i = {
11484 baseState: a.baseState,
11485 firstBaseUpdate: u,
11486 lastBaseUpdate: _,
11487 shared: a.shared,
11488 effects: a.effects,
11489 }),
11490 void (s.updateQueue = i)
11491 )
11492 }
11493 ;(null === (s = i.lastBaseUpdate) ? (i.firstBaseUpdate = o) : (s.next = o),
11494 (i.lastBaseUpdate = o))
11495 }
11496 function qh(s, o, i, a) {
11497 var u = s.updateQueue
11498 Kn = !1

Callers 1

MkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected