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

Function formatFlowFlags

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

Source from the content-addressed store, hash-verified

2920 }
2921 Debug.formatObjectFlags = formatObjectFlags;
2922 function formatFlowFlags(flags) {
2923 return formatEnum(flags, ts.FlowFlags, /*isFlags*/ true);
2924 }
2925 Debug.formatFlowFlags = formatFlowFlags;
2926 var isDebugInfoEnabled = false;
2927 var extendedDebugModule;

Callers 1

Calls 1

formatEnumFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…