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

Function keywordPart

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

Source from the content-addressed store, hash-verified

128498 }
128499 ts.spacePart = spacePart;
128500 function keywordPart(kind) {
128501 return displayPart(ts.tokenToString(kind), ts.SymbolDisplayPartKind.keyword);
128502 }
128503 ts.keywordPart = keywordPart;
128504 function punctuationPart(kind) {
128505 return displayPart(ts.tokenToString(kind), ts.SymbolDisplayPartKind.punctuation);

Callers 1

textOrKeywordPartFunction · 0.85

Calls 1

displayPartFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…