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

Method sparse_build

src/analysis/adg.rs:846–849  ·  view source on GitHub ↗

build a sparse ADG, where each API call is a unique node.

(mut self, cfg: CFG)

Source from the content-addressed store, hash-verified

844
845 /// build a sparse ADG, where each API call is a unique node.
846 pub fn sparse_build(mut self, cfg: CFG) -> Result<ADG> {
847 self.dense = false;
848 self.build(cfg)
849 }
850
851 pub fn custom_callback_build(
852 mut self,

Callers 4

test_dfa_build_adgFunction · 0.80
compute_qualityMethod · 0.80
build_adgFunction · 0.80

Calls 1

buildMethod · 0.80

Tested by 2

test_dfa_build_adgFunction · 0.64