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

Function install_into

src/pglite/base.rs:1569–1572  ·  view source on GitHub ↗
(root: &Path)

Source from the content-addressed store, hash-verified

1567}
1568
1569pub fn install_into(root: &Path) -> Result<InstallOutcome> {
1570 let paths = PglitePaths::with_root(root);
1571 prepare_database_root(paths, RootPrepareOptions::template())
1572}
1573
1574pub(crate) fn prepare_database_root(
1575 paths: PglitePaths,

Callers 3

install_and_init_inFunction · 0.85
installed_outcomeMethod · 0.85
startMethod · 0.85

Calls 1

prepare_database_rootFunction · 0.85

Tested by

no test coverage detected