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

Method runtime_root

src/pglite/base.rs:289–291  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

287 }
288
289 pub(crate) fn runtime_root(&self) -> PathBuf {
290 self.pgroot.join("pglite")
291 }
292
293 pub fn with_temp_dir() -> Result<(TempDir, Self)> {
294 let tmp = TempDir::new().context("create temporary directory")?;

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected