Skip to main content

find_op

Function find_op 

Source
pub fn find_op(domain: &str, op_type: &str) -> Option<&'static OpRegistration>
Expand description

Look up a Custom-kind op by its (domain, op_type) key. Used by the engine’s dispatch fallback for user-shipped ops outside the role surface.