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

Method is_hashed

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

Source from the content-addressed store, hash-verified

162 /// Returns `true` if this is a hashed section (contributes to content hash).
163 #[inline]
164 pub fn is_hashed(&self) -> bool {
165 self.section_type.is_hashed()
166 }
167
168 /// Returns the uncompressed payload size in bytes.
169 #[inline]

Callers 5

next_sectionMethod · 0.45
skip_sectionMethod · 0.45
write_raw_sectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected