Skip to main content

wisdom_count

Function wisdom_count 

Source
pub fn wisdom_count() -> usize
Expand description

Get the number of wisdom entries currently cached.

ยงExample

use oxifft::api::wisdom_count;

let count = wisdom_count();
println!("Cached {} wisdom entries", count);