MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / db

Method db

atomic-repository/src/redb_change_store/mod.rs:211–213  ·  view source on GitHub ↗

Get a reference to the underlying database.

(&self)

Source from the content-addressed store, hash-verified

209
210 /// Get a reference to the underlying database.
211 pub(crate) fn db(&self) -> &Database {
212 &self.db
213 }
214
215 // ── Write Operations ───────────────────────────────────────────
216

Callers 9

load_graph_sectionsMethod · 0.80
load_content_chunksMethod · 0.80
load_unhashedMethod · 0.80
statsMethod · 0.80
has_content_chunkMethod · 0.80
get_chunk_manifestMethod · 0.80
delete_changeMethod · 0.80
export_v3_bytesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected