Function yrs::ybranch_alive

source ยท
#[no_mangle]
pub unsafe extern "C" fn ybranch_alive(branch: *mut Branch) -> u8
Expand description

Check if current branch is still alive (returns Y_TRUE, otherwise Y_FALSE). If it was deleted, this branch pointer is no longer a valid pointer and cannot be used to execute any functions using it.