MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / db

Method db

indexer/src/database.rs:50–52  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

48 }
49
50 pub fn db(&self) -> &DbConn {
51 self.db.as_ref().expect("DB closed")
52 }
53
54 pub async fn close(&mut self) -> Result<(), DbErr> {
55 // Close existing db, if any

Callers 6

save_debugger_infoFunction · 0.80
insert_filesFunction · 0.80
insert_breakpointsFunction · 0.80
insert_eventsFunction · 0.80
insert_type_infoFunction · 0.80
insert_allocationsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected