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

Function unknownWrite

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

Source from the content-addressed store, hash-verified

128371 var length;
128372 resetWriter();
128373 var unknownWrite = function (text) { return writeKind(text, ts.SymbolDisplayPartKind.text); };
128374 return {
128375 displayParts: function () {
128376 var finalText = displayParts.length && displayParts[displayParts.length - 1].text;

Callers

nothing calls this directly

Calls 1

writeKindFunction · 0.85

Tested by

no test coverage detected