MCPcopy Create free account
hub / github.com/Qovery/engine / path

Method path

lib-engine/src/cmd/git.rs:349–351  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

347 }
348
349 pub fn path(&self) -> String {
350 self.path.to_string()
351 }
352 }
353
354 impl Drop for DirectoryForTests {

Calls

no outgoing calls