Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/erans/pgsqlite
/ len
Method
len
src/cache/memory_aware_manager.rs:141–143 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
139
}
140
141
fn len(&self) -> usize {
142
self.len()
143
}
144
145
fn memory_usage_bytes(&self) -> usize {
146
self.stats().total_size_bytes
Callers
4
evict_percentage
Method · 0.45
register_cache
Method · 0.45
evict_from_caches
Method · 0.45
get_stats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected