Skip to main content

register_memory

Function register_memory 

Source
pub fn register_memory(
    reg: &mut ToolRegistry,
    todo_store: Arc<TodoStore>,
    confession_store: Arc<ConfessionStore>,
    goal_store: Arc<GoalStore>,
    plan_store: Arc<PlanStore>,
)