Function read_var_internals

Source
pub fn read_var_internals<T: Serialize + DeserializeOwned, C>(
    var: &ReadVar<T, C>,
) -> (Option<String>, bool)
Expand description

DANGER: obtain a ReadVar backing variable and secret status.

This should NEVER be used from within a flowey node. This relies on flowey variable implementation details, and should only be used by code implementing flow / pipeline resolution logic.