MCPcopy Create free account
hub / github.com/awslabs/llrt / iter

Method iter

modules/llrt_fetch/src/form_data.rs:187–189  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

185 let mut index = 0;
186 loop {
187 let entry = this.0.borrow().entries.borrow().get(index).cloned();
188 let Some((name, value)) = entry else {
189 break;
190 };
191 () = callback.call((value.into_js(&ctx)?, name, this.0.clone()))?;
192 index += 1;

Callers 6

getMethod · 0.45
get_allMethod · 0.45
hasMethod · 0.45
keysMethod · 0.45
valuesMethod · 0.45
to_multipart_bytesMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected