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

Function propertyNamePart

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

Source from the content-addressed store, hash-verified

128514 }
128515 ts.parameterNamePart = parameterNamePart;
128516 function propertyNamePart(text) {
128517 return displayPart(text, ts.SymbolDisplayPartKind.propertyName);
128518 }
128519 ts.propertyNamePart = propertyNamePart;
128520 function textOrKeywordPart(text) {
128521 var kind = ts.stringToToken(text);

Callers

nothing calls this directly

Calls 1

displayPartFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…