Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clearloop/leetcode-cli
/ Cache
Class
Cache
src/cache/mod.rs:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
/// Requests if data not download
33
#[derive(Clone)]
34
pub struct Cache(pub LeetCode);
35
36
impl Cache {
37
/// Ref to sqlite connection
Callers
1
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected