(
paths: &PglitePaths,
runtime_layout: &RuntimeLayout,
)
| 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 | { |
nothing calls this directly
no test coverage detected