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

Function pglite_oxide_cache_dir

xtask/src/main.rs:4726–4730  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4724}
4725
4726fn pglite_oxide_cache_dir() -> Result<PathBuf> {
4727 ProjectDirs::from("dev", "pglite-oxide", "pglite-oxide")
4728 .context("could not resolve pglite-oxide cache directory")
4729 .map(|dirs| dirs.cache_dir().to_path_buf())
4730}
4731
4732fn run_direct_select_one() -> Result<()> {
4733 let visible_started = Instant::now();

Callers 1

perf_coldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected