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

Function isAllPunctuation

test/fixtures/snapshot/typescript.js:142796–142798  ·  view source on GitHub ↗
(identifier, start, end)

Source from the content-addressed store, hash-verified

142794 return false;
142795 }
142796 function isAllPunctuation(identifier, start, end) {
142797 return every(identifier, function (ch) { return charIsPunctuation(ch) && ch !== 95 /* CharacterCodes._ */; }, start, end);
142798 }
142799 function transitionFromUpperToLower(identifier, index, wordStart) {
142800 // Cases this supports:
142801 // 1) IDisposable -> I, Disposable

Callers 1

breakIntoSpansFunction · 0.85

Calls 2

charIsPunctuationFunction · 0.85
everyFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…