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

Class Args

llrt_modules/src/module/require.rs:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 let hooked_fn: Option<Function> = globals.get("__require_hook").ok();
21
22 struct Args<'js>(Ctx<'js>);
23 let Args(ctx) = Args(ctx);
24
25 let module_list = ctx

Callers 1

requireFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected