MCPcopy
hub / github.com/di-sukharev/opencommit / F5

Function F5

out/cli.cjs:282–284  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

280 return s2 == "F" || s2 == "W" || s2 == "A" ? 2 : 1;
281 };
282 function F5(e3) {
283 return e3.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g) || [];
284 }
285 u3.length = function(e3) {
286 for (var s2 = F5(e3), C5 = 0, D5 = 0; D5 < s2.length; D5++) C5 = C5 + this.characterLength(s2[D5]);
287 return C5;

Callers 3

promptMethod · 0.85
n3Function · 0.85

Calls 2

matchMethod · 0.45
releaseLockMethod · 0.45

Tested by

no test coverage detected