Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
impl<
'a, B> TryCow<'
a, B>
Callers
9
handle_on_cache_update
Method · 0.45
new
Method · 0.45
process_label
Method · 0.45
generate_vars
Function · 0.45
build_function_lookup
Function · 0.45
new
Method · 0.45
next
Method · 0.45
find_func
Method · 0.45
resize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected