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

Method new

atomic-repository/src/ai/tools.rs:695–700  ·  view source on GitHub ↗
(repo: &'a crate::Repository)

Source from the content-addressed store, hash-verified

693
694impl<'a> RepoToolExecutor<'a> {
695 pub fn new(repo: &'a crate::Repository) -> Self {
696 Self {
697 repo,
698 root: repo.root(),
699 }
700 }
701}
702
703impl<'a> ToolExecutor for RepoToolExecutor<'a> {

Callers

nothing calls this directly

Calls 1

rootMethod · 0.45

Tested by

no test coverage detected