MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / reused_count

Method reused_count

crates/data-structures/src/object_pool.rs:116–118  ·  view source on GitHub ↗

Returns the number of objects reused from the pool.

(&self)

Source from the content-addressed store, hash-verified

114
115 /// Returns the number of objects reused from the pool.
116 pub fn reused_count(&self) -> usize {
117 self.inner.reused_count.load(Ordering::Relaxed)
118 }
119
120 /// Returns the number of objects returned to the pool.
121 pub fn returned_count(&self) -> usize {

Callers 3

fmtMethod · 0.80
spawn_page_pool_statsFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected