Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/erans/pgsqlite
/ clear_cache
Method
clear_cache
src/validator/numeric_constraints.rs:248–251 ·
view source on GitHub ↗
Clear entire cache
(&self)
Source
from the content-addressed store, hash-verified
246
247
/// Clear entire cache
248
pub fn clear_cache(&self) {
249
let mut cache = self.constraints.write().unwrap();
250
cache.clear();
251
}
252
}
253
254
#[cfg(test)]
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected