MCPcopy Index your code
hub / github.com/nodejs/node / isSeparator

Function isSeparator

lib/internal/source_map/source_map.js:323–325  ·  view source on GitHub ↗

* @param {string} char * @returns {boolean}

(char)

Source from the content-addressed store, hash-verified

321 * @returns {boolean}
322 */
323function isSeparator(char) {
324 return char === ',' || char === ';';
325}
326
327/**
328 * @param {SourceMap.StringCharIterator} stringCharIterator

Callers 1

#parseMapMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…