MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / path

Method path

atomic-core/src/output/mod.rs:301–303  ·  view source on GitHub ↗

Get the file path where this conflict occurs.

(&self)

Source from the content-addressed store, hash-verified

299
300 /// Get the file path where this conflict occurs.
301 pub fn path(&self) -> &str {
302 &self.path
303 }
304
305 /// Get the conflict type.
306 pub fn conflict_type(&self) -> ConflictType {

Calls

no outgoing calls