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

Function initFlowNode

test/fixtures/snapshot/typescript.js:44687–44690  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

44685 ContainerFlags[ContainerFlags["IsObjectLiteralOrClassExpressionMethodOrAccessor"] = 128] = "IsObjectLiteralOrClassExpressionMethodOrAccessor";
44686 })(ContainerFlags || (ContainerFlags = {}));
44687 function initFlowNode(node) {
44688 ts.Debug.attachFlowNodeDebugInfo(node);
44689 return node;
44690 }
44691 var binder = createBinder();
44692 function bindSourceFile(file, options) {
44693 ts.performance.mark("beforeBind");

Callers 9

bindContainerFunction · 0.85
createBranchLabelFunction · 0.85
createLoopLabelFunction · 0.85
createReduceLabelFunction · 0.85
createFlowConditionFunction · 0.85
createFlowSwitchClauseFunction · 0.85
createFlowMutationFunction · 0.85
createFlowCallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…