Skip to main content

try_function_registry

Function try_function_registry 

Source
pub fn try_function_registry(modules: &[Module]) -> AppResult<FunctionRegistry>
Expand description

Build a FunctionRegistry from manifest-declared module bindings.

Registration fails closed when executable behavior is missing from the owning manifest or when its stable name, version, or queue drifts from the declaration. Function names must also remain unique across loaded modules.