MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / append_float_vars

Method append_float_vars

src/program/shim.rs:166–170  ·  view source on GitHub ↗
(&mut self, floats: Vec<f32>)

Source from the content-addressed store, hash-verified

164 }
165
166 pub fn append_float_vars(&mut self, floats: Vec<f32>) {
167 for f in floats {
168 self.append_float_var(f);
169 }
170 }
171
172 pub fn append_float_array(&mut self, floats: Vec<f32>) {
173 let var = format!(

Callers 2

Calls 1

append_float_varMethod · 0.80

Tested by

no test coverage detected