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

Method run_split_initdb

src/pglite/postgres_mod.rs:1151–1156  ·  view source on GitHub ↗
(
        paths: &PglitePaths,
        runtime_layout: &RuntimeLayout,
    )

Source from the content-addressed store, hash-verified

1149 }
1150
1151 pub(crate) fn run_split_initdb(
1152 paths: &PglitePaths,
1153 runtime_layout: &RuntimeLayout,
1154 ) -> Result<()> {
1155 run_split_initdb(paths, runtime_layout)
1156 }
1157
1158 pub fn send_protocol(&mut self, payload: &[u8]) -> Result<Vec<u8>> {
1159 {

Callers

nothing calls this directly

Calls 1

run_split_initdbFunction · 0.85

Tested by

no test coverage detected