MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / isDigit

Function isDigit

ServerEditorWeb/ace/worker-css.js:4338–4340  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

4336}
4337
4338function isDigit(c){
4339 return c !== null && /\d/.test(c);
4340}
4341
4342function isWhitespace(c){
4343 return c !== null && /\s/.test(c);

Callers 2

worker-html.jsFile · 0.85
worker-css.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected