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

Method repo_root

src/task_builder.rs:111–114  ·  view source on GitHub ↗

Sets the repository root path

(mut self, repo_root: PathBuf)

Source from the content-addressed store, hash-verified

109
110 /// Sets the repository root path
111 pub fn repo_root(mut self, repo_root: PathBuf) -> Self {
112 self.repo_root = Some(repo_root);
113 self
114 }
115
116 /// Sets the task name
117 pub fn name(mut self, name: String) -> Self {

Calls

no outgoing calls