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

Function done

test/fixtures/snapshot/typescript.js:30546–30549  ·  view source on GitHub ↗

* Handles a frame that is already done. * @returns The `done` state.

(_machine, stackIndex, stateStack, _nodeStack, _userStateStack, _resultHolder, _outerState)

Source from the content-addressed store, hash-verified

30544 * @returns The `done` state.
30545 */
30546 function done(_machine, stackIndex, stateStack, _nodeStack, _userStateStack, _resultHolder, _outerState) {
30547 ts.Debug.assertEqual(stateStack[stackIndex], done);
30548 return stackIndex;
30549 }
30550 BinaryExpressionState.done = done;
30551 function nextState(machine, currentState) {
30552 switch (currentState) {

Callers

nothing calls this directly

Calls 2

executeStepsFunction · 0.85
doneInvalidatedProjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…