Function regorust::regoOutputBinding

source ยท
pub unsafe extern "C" fn regoOutputBinding(
    output: *mut regoOutput,
    name: *const c_char,
) -> *mut regoNode
Expand description

Returns the bound value for a given variable name at the first index.

If the variable is not bound, then this function will return NULL.

@param output The output. @param name The variable name. @return The bound value (or NULL if the variable was not bound)