MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / makeLambdaN1

Function makeLambdaN1

src/compute-engine/function-utils.ts:644–651  ·  view source on GitHub ↗
(
  expr: Expression
)

Source from the content-addressed store, hash-verified

642 { canonical: false }
643 );
644 block = ce.function('Block', statements);
645 }
646 // Read the bindings the body's bare-parameter references auto-declared
647 // (and shared) while the frame is still on the stack — the parameter
648 // declarations below adopt them.
649 shadowedDefs = ce._currentShadowedParameterDefs();
650 } finally {
651 provisionalHeads = endProvisionalCapture();
652 ce._popShadowedParameters();
653 }
654

Callers

nothing calls this directly

Calls 3

makeLambdaFunction · 0.85
valueOfMethod · 0.65
numberMethod · 0.65

Tested by

no test coverage detected