Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ is_split
Method
is_split
src/analysis/adg.rs:355–357 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
353
}
354
355
pub fn is_split(&self) -> bool {
356
matches!(self.kind, Taintkind::Split)
357
}
358
359
pub fn is_join(&self) -> bool {
360
matches!(self.kind, Taintkind::Join)
Callers
2
refine
Method · 0.80
has_split
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected