Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ is_invalid
Method
is_invalid
src/analysis/header.rs:41–43 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
39
}
40
41
fn is_invalid(&self) -> bool {
42
self.name ==
"invalid"
43
}
44
45
fn set_name(&mut self, name: String) {
46
self.name = name;
Callers
1
get_library_dep_trees
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected