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

Function nh

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

Source from the content-addressed store, hash-verified

11435 return { eventTime: s, lane: o, tag: 0, payload: null, callback: null, next: null }
11436 }
11437 function nh(s, o, i) {
11438 var a = s.updateQueue
11439 if (null === a) return null
11440 if (((a = a.shared), 2 & Ls)) {
11441 var u = a.pending
11442 return (
11443 null === u ? (o.next = o) : ((o.next = u.next), (u.next = o)),
11444 (a.pending = o),
11445 ih(s, i)
11446 )
11447 }
11448 return (
11449 null === (u = a.interleaved)
11450 ? ((o.next = o), gh(a))
11451 : ((o.next = u.next), (u.next = o)),
11452 (a.interleaved = o),
11453 ih(s, i)
11454 )
11455 }
11456 function oh(s, o, i) {
11457 if (null !== (o = o.updateQueue) && ((o = o.shared), 4194240 & i)) {
11458 var a = o.lanes

Callers 6

ViFunction · 0.70
XkFunction · 0.70
WFunction · 0.70
elFunction · 0.70
flFunction · 0.70

Calls 2

ihFunction · 0.70
ghFunction · 0.70

Tested by

no test coverage detected