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

Function isValidCharacter

test/fixtures/snapshot/typescript.js:155665–155667  ·  view source on GitHub ↗
(character)

Source from the content-addressed store, hash-verified

155663 "}": "}",
155664 };
155665 function isValidCharacter(character) {
155666 return ts.hasProperty(htmlEntity, character);
155667 }
155668 function doChange(changes, preferences, sourceFile, start, useHtmlEntity) {
155669 var character = sourceFile.getText()[start];
155670 // sanity check

Callers 1

doChangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…