Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ is_zero
Method
is_zero
arrow-buffer/src/bigint/mod.rs:1087–1089 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1085
}
1086
1087
fn is_zero(&self) -> bool {
1088
*self == i256::ZERO
1089
}
1090
}
1091
1092
impl One for i256 {
Callers
1
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected