Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Rust-API/Rust-API-Bypass-Checker
/ is_empty
Method
is_empty
src/analysis/abstract_domain.rs:64–66 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
62
}
63
64
pub fn is_empty(&self) -> bool {
65
self.numerical_domain.is_top() && self.nullness_domain.is_empty()
66
}
67
68
pub fn default() -> Self {
69
Self {
Callers
5
new
Method · 0.45
get_suppressed_warnings
Method · 0.45
is_top
Method · 0.45
fmt
Method · 0.45
get_arg_flag_value
Function · 0.45
Calls
1
is_top
Method · 0.45
Tested by
no test coverage detected