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

Function conditional_stack_empty

src/fe_utils/conditional.c:117–121  ·  view source on GitHub ↗

* True if there are no active \if-blocks. */

Source from the content-addressed store, hash-verified

115 * True if there are no active \if-blocks.
116 */
117bool
118conditional_stack_empty(ConditionalStack cstack)
119{
120 return cstack->head == NULL;
121}
122
123/*
124 * True if we should execute commands normally; that is, the current

Callers 10

conditional_stack_peekFunction · 0.85
conditional_stack_pokeFunction · 0.85
MainLoopFunction · 0.85
advanceConnectionStateFunction · 0.85
executeMetaCommandFunction · 0.85
CheckConditionalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected