MCPcopy
hub / github.com/microsoft/tsdoc / toString

Method toString

tsdoc/src/emitters/StringBuilder.ts:25–25  ·  view source on GitHub ↗

* Returns a single string containing all the text that was appended to the buffer so far. * * @remarks * * This is a potentially expensive operation.

()

Source from the content-addressed store, hash-verified

23 * This is a potentially expensive operation.
24 */
25 toString(): string;
26}
27
28/**

Callers 15

_loadWithExtendsMethod · 0.65
toStringMethod · 0.65
_parseBackslashEscapeMethod · 0.65
_parseBlockTagMethod · 0.65
_parseInlineTagMethod · 0.65
_parseLinkTagMethod · 0.65
_parseMemberSelectorMethod · 0.65
_parseHtmlStringMethod · 0.65
_parseHtmlNameMethod · 0.65

Implementers 1

StringBuildertsdoc/src/emitters/StringBuilder.ts

Calls

no outgoing calls

Tested by 9

parseAndMatchSnapshotFunction · 0.52
matchSnapshotFunction · 0.52
_reportGapMethod · 0.52
getDocNodeSnapshotMethod · 0.52
createSnapshotFunction · 0.52