Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AmrDeveloper/GQL
/ partial_cmp
Method
partial_cmp
crates/gitql-core/src/values/base.rs:521–523 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
519
520
impl PartialOrd for Box<dyn Value> {
521
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
522
self.compare(other)
523
}
524
}
Callers
8
compare
Method · 0.45
compare
Method · 0.45
compare
Method · 0.45
compare
Method · 0.45
compare
Method · 0.45
compare
Method · 0.45
compare
Method · 0.45
compare
Method · 0.45
Calls
1
compare
Method · 0.45
Tested by
no test coverage detected