Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_info
Function · 0.80
insert_files
Function · 0.80
insert_breakpoints
Function · 0.80
insert_events
Function · 0.80
insert_type_info
Function · 0.80
insert_allocations
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected