MCPcopy Index your code
hub / github.com/angular/angular / cleanUp

Method cleanUp

packages/core/test/render3/view_fixture.ts:46–50  ·  view source on GitHub ↗

* Clean up the `LFrame` stack between tests.

()

Source from the content-addressed store, hash-verified

44 * Clean up the `LFrame` stack between tests.
45 */
46 static cleanUp() {
47 while (!specOnlyIsInstructionStateEmpty()) {
48 leaveView();
49 }
50 }
51
52 private createFn?: () => void;
53

Callers

nothing calls this directly

Calls 2

leaveViewFunction · 0.90

Tested by

no test coverage detected