MCPcopy Index your code
hub / github.com/outerbase/studio / ea

Function ea

public/sqljs/sql-wasm.js:940–949  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

938 return c - f;
939 }
940 function ea(a) {
941 for (var b = 0, c = 0; c < a.length; ++c) {
942 var d = a.charCodeAt(c);
943 55296 <= d &&
944 57343 >= d &&
945 (d = (65536 + ((d & 1023) << 10)) | (a.charCodeAt(++c) & 1023));
946 127 >= d ? ++b : (b = 2047 >= d ? b + 2 : 65535 >= d ? b + 3 : b + 4);
947 }
948 return b;
949 }
950 function Xa(a) {
951 var b = ea(a) + 1,
952 c = fa(b);

Callers 5

dFunction · 0.85
XaFunction · 0.85
raFunction · 0.85
naFunction · 0.85
initSqlJsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected