Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ _isDigit
Function
_isDigit
lib/css/syntax.js:304–304 ·
view source on GitHub ↗
(cc)
Source
from the content-addressed store, hash-verified
302
* @returns {boolean} true,
if
cc is a digit
303
*/
304
const
_isDigit = (cc) => cc >= CC_0 && cc <= CC_9;
305
306
/**
307
* @param {number} cc char code
Callers
4
_isHexDigit
Function · 0.85
syntax.js
File · 0.85
_ifThreeCodePointsWouldStartANumber
Function · 0.85
_consumeANumber
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected