MCPcopy Create free account
hub / github.com/douglance/devsql / path

Method path

crates/vcsql/src/git/repository.rs:57–59  ·  view source on GitHub ↗

Returns the working directory path of the repository.

(&self)

Source from the content-addressed store, hash-verified

55
56 /// Returns the working directory path of the repository.
57 pub fn path(&self) -> &str {
58 &self.path
59 }
60
61 /// Returns a reference to the underlying `git2::Repository`.
62 pub fn inner(&self) -> &Repository {

Calls

no outgoing calls

Tested by 15

create_test_repoFunction · 0.64
test_query_executionFunction · 0.64
test_json_outputFunction · 0.64
test_csv_outputFunction · 0.64
create_test_repoFunction · 0.64
test_open_repoFunction · 0.64
test_query_commitsFunction · 0.64
test_query_branchesFunction · 0.64