MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / clear_succ

Method clear_succ

src/analysis/cfg.rs:110–112  ·  view source on GitHub ↗

clear successors of this block.

(&mut self)

Source from the content-addressed store, hash-verified

108
109 /// clear successors of this block.
110 pub fn clear_succ(&mut self) {
111 self.succ.clear();
112 }
113
114 /// get the single successor of this block.
115 pub fn get_signle_succ(&self) -> RcBasicBlock {

Callers 1

add_return_connectMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected