MCPcopy Create free account
hub / github.com/git/git / InvalidHashAlgorithm

Class InvalidHashAlgorithm

src/hash.rs:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22/// The contained `u32` is the same as the `algo` field in `ObjectID`.
23#[derive(Debug, Copy, Clone)]
24pub struct InvalidHashAlgorithm(pub u32);
25
26impl Display for InvalidHashAlgorithm {
27 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 3

algoMethod · 0.85
as_sliceMethod · 0.85
as_mut_sliceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected