MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / cmp

Method cmp

crates/core/src/alloc/try_cow.rs:177–179  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

175 B: ?Sized + Ord + TryToOwned,
176{
177 fn cmp(&self, other: &Self) -> cmp::Ordering {
178 Ord::cmp(&**self, &**other)
179 }
180}
181
182impl<'a, B> TryCow<'a, B>

Callers 9

newMethod · 0.45
process_labelMethod · 0.45
generate_varsFunction · 0.45
build_function_lookupFunction · 0.45
newMethod · 0.45
nextMethod · 0.45
find_funcMethod · 0.45
resizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected