MCPcopy Create free account
hub / github.com/bootc-dev/bootc / cmp

Method cmp

crates/lib/src/lints.rs:158–160  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

156}
157impl Ord for Lint {
158 fn cmp(&self, other: &Self) -> std::cmp::Ordering {
159 self.name.cmp(other.name)
160 }
161}
162
163impl Lint {

Callers 8

partial_cmpMethod · 0.45
lint_innerFunction · 0.45
test_parse_spec_dirFunction · 0.45
fsckFunction · 0.45
compute_sizesMethod · 0.45
write_filedefMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_parse_spec_dirFunction · 0.36