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

Function formatSymbolFlags

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

Source from the content-addressed store, hash-verified

2904 }
2905 Debug.formatEmitFlags = formatEmitFlags;
2906 function formatSymbolFlags(flags) {
2907 return formatEnum(flags, ts.SymbolFlags, /*isFlags*/ true);
2908 }
2909 Debug.formatSymbolFlags = formatSymbolFlags;
2910 function formatTypeFlags(flags) {
2911 return formatEnum(flags, ts.TypeFlags, /*isFlags*/ true);

Callers 2

formatSymbolFunction · 0.85
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…