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

Function breakIntoCharacterSpans

test/fixtures/snapshot/typescript.js:142735–142737  ·  view source on GitHub ↗
(identifier)

Source from the content-addressed store, hash-verified

142733 };
142734 }
142735 function breakIntoCharacterSpans(identifier) {
142736 return breakIntoSpans(identifier, /*word:*/ false);
142737 }
142738 ts.breakIntoCharacterSpans = breakIntoCharacterSpans;
142739 function breakIntoWordSpans(identifier) {
142740 return breakIntoSpans(identifier, /*word:*/ true);

Callers 1

createTextChunkFunction · 0.85

Calls 1

breakIntoSpansFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…