Skip to main content

create_fragment_from_selection

Function create_fragment_from_selection 

Source
pub fn create_fragment_from_selection(
    storage_root: &Path,
    session_id: &str,
    message_lamport: u64,
    message_content: &str,
    anchor_start: u32,
    anchor_end: u32,
) -> Result<ChatFragment, ChatError>