MCPcopy 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
4354function isNameChar(c){
4355 return c !== null && (isNameStart(c) || /[0-9\-\\]/.test(c));
4356}
4357
4358function isIdentStart(c){
4359 return c !== null && (isNameStart(c) || /\-\\/.test(c));

Callers 1

worker-css.jsFile · 0.85

Calls 1

isNameStartFunction · 0.85

Tested by

no test coverage detected