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

Method inner

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

Returns a reference to the underlying `git2::Repository`.

(&self)

Source from the content-addressed store, hash-verified

60
61 /// Returns a reference to the underlying `git2::Repository`.
62 pub fn inner(&self) -> &Repository {
63 &self.repo
64 }
65
66 /// Returns a mutable reference to the underlying `git2::Repository`.
67 pub fn inner_mut(&mut self) -> &mut Repository {

Callers 14

populateMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected