1 2 3 4 5 6 7 8 9
# `bindings/rhai/api.rs` ## `pub fn register(engine: &mut Engine, adapter: Rc<RefCell<AppAdapter>>)` *Line 7 · fn* Register all AppAdapter API functions into the Rhai engine. ---