MCPcopy 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

refineMethod · 0.80
find_minimal_subseqMethod · 0.80
get_library_dep_treesFunction · 0.80
get_direct_calleesMethod · 0.80
get_vd_end_offsetFunction · 0.80
has_other_after_vdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected