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

Function load_runtime_module

src/pglite/aot.rs:65–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65pub(crate) fn load_runtime_module() -> Result<(Engine, Module)> {
66 let engine = headless_engine();
67 let module = load_artifact_module(&engine, RUNTIME_ARTIFACT)?;
68 Ok((engine, module))
69}
70
71pub(crate) fn engine_identity() -> &'static str {
72 AOT_ENGINE_ID

Callers 5

preload_runtime_artifactFunction · 0.85
preload_moduleMethod · 0.85
run_split_initdbFunction · 0.85

Calls 2

headless_engineFunction · 0.85
load_artifact_moduleFunction · 0.85

Tested by

no test coverage detected