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

Method dev_blob_path

src/pglite/client.rs:1314–1316  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1312 }
1313
1314 fn dev_blob_path(&self) -> PathBuf {
1315 self.backend.paths().runtime_root().join("dev/blob")
1316 }
1317
1318 fn cleanup_blob(&mut self) -> Result<()> {
1319 Ok(())

Callers 2

handle_blob_inputMethod · 0.80
get_written_blobMethod · 0.80

Calls 3

runtime_rootMethod · 0.80
joinMethod · 0.45
pathsMethod · 0.45

Tested by

no test coverage detected