Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ is_seq
Method
is_seq
src/analysis/adg.rs:367–369 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
365
}
366
367
pub fn is_seq(&self) -> bool {
368
matches!(self.kind, Taintkind::Sep)
369
}
370
371
pub fn is_default(&self) -> bool {
372
matches!(self.kind, Taintkind::Default)
Callers
2
find_minimal_subseq
Method · 0.80
split_subseq_by_sep
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected