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

Function parameterNamePart

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

Source from the content-addressed store, hash-verified

128510 }
128511 ts.operatorPart = operatorPart;
128512 function parameterNamePart(text) {
128513 return displayPart(text, ts.SymbolDisplayPartKind.parameterName);
128514 }
128515 ts.parameterNamePart = parameterNamePart;
128516 function propertyNamePart(text) {
128517 return displayPart(text, ts.SymbolDisplayPartKind.propertyName);

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…