MCPcopy 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)]
34pub struct Cache(pub LeetCode);
35
36impl Cache {
37 /// Ref to sqlite connection

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected