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

Function load_initdb_module

src/pglite/aot.rs:136–138  ·  view source on GitHub ↗
(engine: &Engine)

Source from the content-addressed store, hash-verified

134#[cfg(feature = "extensions")]
135#[allow(dead_code)]
136pub(crate) fn load_initdb_module(engine: &Engine) -> Result<Module> {
137 load_artifact_module(engine, "tool:initdb")
138}
139
140fn install_artifact(name: &str) -> Result<InstalledArtifact> {
141 if let Some(artifact) = installed_artifact(name) {

Callers

nothing calls this directly

Calls 1

load_artifact_moduleFunction · 0.85

Tested by

no test coverage detected