MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / path

Method path

src/test_utils/git_test_utils.rs:102–104  ·  view source on GitHub ↗

Returns the path to the repository.

(&self)

Source from the content-addressed store, hash-verified

100
101 /// Returns the path to the repository.
102 pub fn path(&self) -> &Path {
103 &self.repo_path
104 }
105
106 /// Initializes a new git repository without any commits.
107 pub fn init(&self) -> Result<()> {

Calls

no outgoing calls

Tested by

no test coverage detected