Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ run
Method
run
components/jobs/src/plugin_stats.rs:36–42 ·
view source on GitHub ↗
(self: std::sync::Arc<Self>)
Source
from the content-addressed store, hash-verified
34
}
35
36
fn run(self: std::sync::Arc<Self>) -> OutputFuture {
37
Box::pin(async move {
38
self.db.batch_update_plugins_stats().await?;
39
40
Ok(())
41
})
42
}
43
}
Callers
nothing calls this directly
Calls
1
batch_update_plugins_stats
Method · 0.80
Tested by
no test coverage detected