Returns blob directory path.
(&self)
| 659 | |
| 660 | /// Returns blob directory path. |
| 661 | pub fn get_blobdir(&self) -> &Path { |
| 662 | self.blobdir.as_path() |
| 663 | } |
| 664 | |
| 665 | /// Emits a single event. |
| 666 | pub fn emit_event(&self, event: EventType) { |
no outgoing calls