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

Method fmt

atomic-repository/src/redb_change_store/mod.rs:435–439  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

433
434impl fmt::Debug for RedbChangeStore {
435 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
436 f.debug_struct("RedbChangeStore")
437 .field("tables", &"[CHANGE_META, CHANGE_GRAPH, CHANGE_SEMANTIC, CONTENT_CHUNKS, CHANGE_CHUNKS, CHANGE_UNHASHED]")
438 .finish()
439 }
440}
441
442// ═══════════════════════════════════════════════════════════════════════

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected