Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ is_none
Method
is_none
src/analysis/fdsan.rs:705–711 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
703
}
704
705
fn is_none(&self) -> bool {
706
if let FDError::None = self {
707
true
708
} else {
709
false
710
}
711
}
712
}
713
714
#[test]
Callers
7
collect_lib_cov_per_fuzzer
Method · 0.80
refine
Method · 0.80
find_minimal_subseq
Method · 0.80
get_library_dep_trees
Function · 0.80
get_direct_callees
Method · 0.80
get_vd_end_offset
Function · 0.80
has_other_after_vd
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected