Skip to main content

tx_node_is_null

Function tx_node_is_null 

Source
#[unsafe(no_mangle)]
pub extern "C" fn tx_node_is_null(node: TxNodeId) -> bool
Expand description

Returns true if the given node ID is the null sentinel.

This function is safe to call without a document pointer.