Skip to main content

load_conversation_arc

Function load_conversation_arc 

Source
pub fn load_conversation_arc(
    storage: &FrankenStorage,
    source_path: &str,
) -> Result<Option<Arc<ConversationView>>>
Expand description

Load a conversation with caching, returning Arc for efficiency.

Use this variant when you need to hold the conversation view for an extended period without cloning.