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

Function textOrKeywordPart

test/fixtures/snapshot/typescript.js:128520–128525  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

128518 }
128519 ts.propertyNamePart = propertyNamePart;
128520 function textOrKeywordPart(text) {
128521 var kind = ts.stringToToken(text);
128522 return kind === undefined
128523 ? textPart(text)
128524 : keywordPart(kind);
128525 }
128526 ts.textOrKeywordPart = textOrKeywordPart;
128527 function textPart(text) {
128528 return displayPart(text, ts.SymbolDisplayPartKind.text);

Callers

nothing calls this directly

Calls 2

textPartFunction · 0.85
keywordPartFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…