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

Function isASCIIDigit

out/cli.cjs:3437–3439  ·  view source on GitHub ↗
(c4)

Source from the content-addressed store, hash-verified

3435 "node_modules/whatwg-url/lib/infra.js"(exports2, module2) {
3436 "use strict";
3437 function isASCIIDigit(c4) {
3438 return c4 >= 48 && c4 <= 57;
3439 }
3440 function isASCIIAlpha(c4) {
3441 return c4 >= 65 && c4 <= 90 || c4 >= 97 && c4 <= 122;
3442 }

Callers 2

isASCIIAlphanumericFunction · 0.85
isASCIIHexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…