Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigBoot/AutoKuma
/ init
Method
init
autokuma/src/sync.rs:350–356 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
348
}
349
350
async fn init(&mut self) -> Result<()> {
351
for source in &mut self.sources {
352
source.init().await?;
353
}
354
355
Ok(())
356
}
357
358
pub async fn run(&mut self) {
359
if let Err(err) = self.init().await {
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected