pub fn compile_logic_value(logic: &Value) -> Result<CompiledLogicId, String>Expand description
Compile logic from a Value and return a unique ID
The compiled logic is stored in a global thread-safe cache. If the same logic was compiled before, returns the existing ID.