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

Function formatTypeFlags

test/fixtures/snapshot/typescript.js:2910–2912  ·  view source on GitHub ↗
(flags)

Source from the content-addressed store, hash-verified

2908 }
2909 Debug.formatSymbolFlags = formatSymbolFlags;
2910 function formatTypeFlags(flags) {
2911 return formatEnum(flags, ts.TypeFlags, /*isFlags*/ true);
2912 }
2913 Debug.formatTypeFlags = formatTypeFlags;
2914 function formatSignatureFlags(flags) {
2915 return formatEnum(flags, ts.SignatureFlags, /*isFlags*/ true);

Callers 1

enableDebugInfoFunction · 0.85

Calls 1

formatEnumFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…