MCPcopy Index your code
hub / github.com/encounter/objdiff / source_path

Method source_path

objdiff-core/src/config/mod.rs:185–187  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

183 }
184
185 pub fn source_path(&self) -> Option<&Utf8UnixPathBuf> {
186 self.metadata.as_ref().and_then(|m| m.source_path.as_ref())
187 }
188
189 pub fn progress_categories(&self) -> &[String] {
190 self.metadata.as_ref().and_then(|m| m.progress_categories.as_deref()).unwrap_or_default()

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected