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

Method repo_root

atomic-agent/src/watcher/fallback.rs:211–213  ·  view source on GitHub ↗

Returns the repository root path.

(&self)

Source from the content-addressed store, hash-verified

209
210 /// Returns the repository root path.
211 pub fn repo_root(&self) -> &Path {
212 self.config.repo_root()
213 }
214}
215
216impl FileWatcher for FallbackWatcher {

Callers 2

begin_turnMethod · 0.45
end_turnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected