Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Macuyiko/minecraft-python
/ isNameChar
Function
isNameChar
ServerEditorWeb/ace/worker-css.js:4354–4356 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
4352
}
4353
4354
function
isNameChar(c){
4355
return
c !== null && (isNameStart(c) || /[0-9\-\\]/.test(c));
4356
}
4357
4358
function
isIdentStart(c){
4359
return
c !== null && (isNameStart(c) || /\-\\/.test(c));
Callers
1
worker-css.js
File · 0.85
Calls
1
isNameStart
Function · 0.85
Tested by
no test coverage detected