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

Method for_each

modules/llrt_fetch/src/form_data.rs:170–177  ·  view source on GitHub ↗
(&self, ctx: Ctx<'js>, callback: Function<'js>)

Source from the content-addressed store, hash-verified

168 FormDataIter::new(&ctx, this.0, IterKind::Entries)
169 }
170
171 #[qjs(rename = PredefinedAtom::SymbolIterator)]
172 pub fn iterator(
173 this: This<Class<'js, FormData<'js>>>,
174 ctx: Ctx<'js>,
175 ) -> Result<Class<'js, FormDataIter<'js>>> {
176 FormDataIter::new(&ctx, this.0, IterKind::Entries)
177 }
178
179 pub fn for_each(
180 this: This<Class<'js, FormData<'js>>>,

Callers

nothing calls this directly

Calls 3

cloneMethod · 0.45
into_jsMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected