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

Function createMethod

frontend/public/swagger-ui-bundle.js:5436–5459  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

5434 C = a(''.charCodeAt),
5435 j = a(''.slice),
5436 createMethod = function (s) {
5437 return function (o, i) {
5438 var a,
5439 L,
5440 B = _(w(o)),
5441 $ = u(i),
5442 U = B.length
5443 return $ < 0 || $ >= U
5444 ? s
5445 ? ''
5446 : void 0
5447 : (a = C(B, $)) < 55296 ||
5448 a > 56319 ||
5449 $ + 1 === U ||
5450 (L = C(B, $ + 1)) < 56320 ||
5451 L > 57343
5452 ? s
5453 ? x(B, $)
5454 : a
5455 : s
5456 ? j(B, $, $ + 2)
5457 : L - 56320 + ((a - 55296) << 10) + 65536
5458 }
5459 }
5460 s.exports = { codeAt: createMethod(!1), charAt: createMethod(!0) }
5461 },
5462 11842: (s, o, i) => {

Callers 1

Calls 7

_Function · 0.70
wFunction · 0.70
uFunction · 0.70
CFunction · 0.70
xFunction · 0.70
aFunction · 0.70
jFunction · 0.50

Tested by

no test coverage detected