MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / bundled_module_source

Function bundled_module_source

src/compilation_pipeline.rs:1277–1279  ·  view source on GitHub ↗

Bundled HLL modules addressable by `import("name")` in host builds.

(name: &str)

Source from the content-addressed store, hash-verified

1275 let Some(short) = export.strip_prefix(&prefix) else {
1276 continue;
1277 };
1278 if short.is_empty() {
1279 continue;
1280 }
1281 match aliases.get(short) {
1282 Some(existing) if existing != *export => {

Calls

no outgoing calls