MCPcopy Index your code
hub / github.com/clearloop/leetcode-cli / update

Method update

src/cache/mod.rs:48–51  ·  view source on GitHub ↗

ref to download problems

(self)

Source from the content-addressed store, hash-verified

46
47 /// ref to download problems
48 pub async fn update(self) -> Result<(), Error> {
49 self.download_problems().await?;
50 Ok(())
51 }
52
53 pub fn update_after_ac(self, rid: i32) -> Result<(), Error> {
54 let mut c = conn(self.0.conf.storage.cache()?);

Callers 1

runMethod · 0.80

Calls 1

download_problemsMethod · 0.80

Tested by

no test coverage detected