IfInstruction.first_true_instruction()
first_true_instruction() →
Instruction
The function returns the first instruction for the true-case scenario of the if-statement
Query Example
for the function:
The query (exec numbers are tuned here to match that exact if-statement)
Output
Last updated