Function tel::evaluate_value
source · pub fn evaluate_value(
expr: Spanned<Expr>,
storage: &HashMap<String, StorageValue>,
environment: &HashMap<String, StorageValue>
) -> Result<StorageValue, TelError>pub fn evaluate_value(
expr: Spanned<Expr>,
storage: &HashMap<String, StorageValue>,
environment: &HashMap<String, StorageValue>
) -> Result<StorageValue, TelError>