MCPcopy 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_fileFunction · 0.45
get_func_gadgetsFunction · 0.45
handle_unamed_typedefFunction · 0.45
to_gadget_typeFunction · 0.45
compute_qualityMethod · 0.45
refine_constraintsFunction · 0.45
is_alloc_size_of_varFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected