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

Function formatSnippetKind

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

Source from the content-addressed store, hash-verified

2884 }
2885 Debug.formatSyntaxKind = formatSyntaxKind;
2886 function formatSnippetKind(kind) {
2887 return formatEnum(kind, ts.SnippetKind, /*isFlags*/ false);
2888 }
2889 Debug.formatSnippetKind = formatSnippetKind;
2890 function formatNodeFlags(flags) {
2891 return formatEnum(flags, ts.NodeFlags, /*isFlags*/ true);

Callers

nothing calls this directly

Calls 1

formatEnumFunction · 0.85

Tested by

no test coverage detected