MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / seed_side_module_cache

Function seed_side_module_cache

src/pglite/postgres_mod.rs:2596–2605  ·  view source on GitHub ↗
(
    runtime: &TokioRuntime,
    engine: &Engine,
    module_cache: &Arc<SharedCache>,
    library: &Path,
    artifact_name: &'static str,
    label: &str,
)

Source from the content-addressed store, hash-verified

2594}
2595
2596fn seed_side_module_cache(
2597 runtime: &TokioRuntime,
2598 engine: &Engine,
2599 module_cache: &Arc<SharedCache>,
2600 library: &Path,
2601 artifact_name: &'static str,
2602 label: &str,
2603) -> Result<()> {
2604 seed_wasix_module_cache(runtime, engine, module_cache, library, artifact_name, label)
2605}
2606
2607fn seed_wasix_module_cache(
2608 runtime: &TokioRuntime,

Calls 1

seed_wasix_module_cacheFunction · 0.85

Tested by

no test coverage detected