MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / at2

Function at2

out/cli.cjs:3619–3622  ·  view source on GitHub ↗
(input, idx)

Source from the content-addressed store, hash-verified

3617 return [...str2].length;
3618 }
3619 function at2(input, idx) {
3620 const c4 = input[idx];
3621 return isNaN(c4) ? void 0 : String.fromCodePoint(c4);
3622 }
3623 function isSingleDot(buffer) {
3624 return buffer === "." || buffer.toLowerCase() === "%2e";
3625 }

Callers 1

parseIPv6Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected