MCPcopy
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 */
240const isSpace = (cc) => cc < 0x80 && (CHAR_CLASS[cc] & CCLS_SPACE) !== 0;
241
242/**
243 * @param {number} code numeric character reference code point

Callers 2

walkHtmlTokensFunction · 0.85
tokenizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected