Skip to main content

get

Function get 

Source
pub async fn get(
    store: &Arc<dyn PersistenceLayer>,
    id: &str,
) -> Result<Option<KnowledgeBase>>