pub fn thin_air_write_runtime_var<T>(
backing_var: String,
is_secret: bool,
) -> WriteVar<T>where
T: Serialize + DeserializeOwned,
Expand description
DANGER: obtain a handle to a WriteVar
“out of thin air”.
This should NEVER be used from within a flowey node. This is a sharp tool, and should only be used by code implementing flow / pipeline resolution logic.