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

Method append_uchar_vars

src/program/shim.rs:135–139  ·  view source on GitHub ↗
(&mut self, chars: Vec<u8>)

Source from the content-addressed store, hash-verified

133 }
134
135 pub fn append_uchar_vars(&mut self, chars: Vec<u8>) {
136 for char in chars {
137 self.append_uchar_var(char);
138 }
139 }
140
141 pub fn append_char_array(&mut self, chars: Vec<u8>) {
142 let var = format!(

Callers

nothing calls this directly

Calls 1

append_uchar_varMethod · 0.80

Tested by

no test coverage detected