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

Function writeKind

test/fixtures/snapshot/typescript.js:128427–128433  ·  view source on GitHub ↗
(text, kind)

Source from the content-addressed store, hash-verified

128425 }
128426 }
128427 function writeKind(text, kind) {
128428 if (length > absoluteMaximumLength)
128429 return;
128430 writeIndent();
128431 length += text.length;
128432 displayParts.push(displayPart(text, kind));
128433 }
128434 function writeSymbol(text, symbol) {
128435 if (length > absoluteMaximumLength)
128436 return;

Callers 2

unknownWriteFunction · 0.85
getDisplayPartWriterFunction · 0.85

Calls 3

writeIndentFunction · 0.85
displayPartFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…