MCPcopy Create free account
hub / github.com/Rustixir/darkbird / Persistent

Class Persistent

src/darkbird/persistent_worker.rs:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40pub struct Persistent {
41 pub db_session: DatabaseSession,
42}
43
44impl Persistent {
45 pub async fn connect(db_name: DatabaseName, cfg_string: String) -> Result<Persistent, ()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected