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

Method file_header

atomic-core/src/change/format_v3/reader/mod.rs:420–422  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

418 /// The file header is read and validated during [`open`](Self::open).
419 #[inline]
420 pub fn file_header(&self) -> &FileHeader {
421 &self.file_header
422 }
423
424 /// Returns a reference to the hash dedup table.
425 ///

Callers 1

import_v3_bytesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected