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

Function operatorPart

test/fixtures/snapshot/typescript.js:128508–128510  ·  view source on GitHub ↗
(kind)

Source from the content-addressed store, hash-verified

128506 }
128507 ts.punctuationPart = punctuationPart;
128508 function operatorPart(kind) {
128509 return displayPart(ts.tokenToString(kind), ts.SymbolDisplayPartKind.operator);
128510 }
128511 ts.operatorPart = operatorPart;
128512 function parameterNamePart(text) {
128513 return displayPart(text, ts.SymbolDisplayPartKind.parameterName);

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…