Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ isSpace
Function
isSpace
lib/html/syntax.js:240–240 ·
view source on GitHub ↗
(cc)
Source
from the content-addressed store, hash-verified
238
* @returns {boolean} is space
239
*/
240
const
isSpace = (cc) => cc < 0x80 && (CHAR_CLASS[cc] & CCLS_SPACE) !== 0;
241
242
/**
243
* @param {number} code numeric character reference code point
Callers
2
walkHtmlTokens
Function · 0.85
tokenize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected