Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ is_empty
Method
is_empty
src/program/serde.rs:106–108 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
104
}
105
106
pub fn is_empty(&self) -> bool {
107
self.input.is_empty()
108
}
109
110
pub fn next_token(&mut self) -> Result<&'de str> {
111
let mut index = 0;
Callers
15
is_read_from_file
Function · 0.45
get_func_gadgets
Function · 0.45
handle_unamed_typedef
Function · 0.45
to_gadget_type
Function · 0.45
compute_quality
Method · 0.45
update_unique_branches
Method · 0.45
get_char_star_array_literal
Method · 0.45
refine_constraints
Function · 0.45
refine_constraints_for_arg_tuple
Function · 0.45
refine_constraints_for_array_arg
Function · 0.45
refine_constraints_for_integer_arg
Function · 0.45
is_alloc_size_of_var
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected