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

Function vc

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

Source from the content-addressed store, hash-verified

9256 return a
9257 }
9258 function vc(s, o) {
9259 switch (s) {
9260 case 1:
9261 case 2:
9262 case 4:
9263 return o + 250
9264 case 8:
9265 case 16:
9266 case 32:
9267 case 64:
9268 case 128:
9269 case 256:
9270 case 512:
9271 case 1024:
9272 case 2048:
9273 case 4096:
9274 case 8192:
9275 case 16384:
9276 case 32768:
9277 case 65536:
9278 case 131072:
9279 case 262144:
9280 case 524288:
9281 case 1048576:
9282 case 2097152:
9283 return o + 5e3
9284 default:
9285 return -1
9286 }
9287 }
9288 function xc(s) {
9289 return 0 !== (s = -1073741825 & s.pendingLanes) ? s : 1073741824 & s ? 1073741824 : 0
9290 }

Callers 1

DkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected