Skip to main content

extract_with_option_value_deps

Function extract_with_option_value_deps 

Source
fn extract_with_option_value_deps(
    value: &WithOptionValue<Raw>,
    default_database: &str,
    default_schema: &str,
    deps: &mut BTreeSet<ObjectId>,
)
Expand description

Extract dependencies from a single WithOptionValue, recursing into nested structures.