Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
4338
function
isDigit(c){
4339
return
c !== null && /\d/.test(c);
4340
}
4341
4342
function
isWhitespace(c){
4343
return
c !== null && /\s/.test(c);
Callers
2
worker-html.js
File · 0.85
worker-css.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected