MCPcopy Create free account
hub / github.com/apache/cloudberry / conditional_stack_destroy

Function conditional_stack_destroy

src/fe_utils/conditional.c:29–35  ·  view source on GitHub ↗

* destroy stack */

Source from the content-addressed store, hash-verified

27 * destroy stack
28 */
29void
30conditional_stack_destroy(ConditionalStack cstack)
31{
32 while (conditional_stack_pop(cstack))
33 continue;
34 free(cstack);
35}
36
37/*
38 * Create a new conditional branch.

Callers 3

mainFunction · 0.85
MainLoopFunction · 0.85
CheckConditionalFunction · 0.85

Calls 1

conditional_stack_popFunction · 0.85

Tested by

no test coverage detected