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

Method status

src/test_utils/git_test_utils.rs:204–207  ·  view source on GitHub ↗

Gets the git status output.

(&self)

Source from the content-addressed store, hash-verified

202
203 /// Gets the git status output.
204 pub fn status(&self) -> Result<String> {
205 self.run_git_command(&["status", "--porcelain"])
206 .context("Failed to get git status")
207 }
208
209 /// Gets list of all branches.
210 pub fn branches(&self) -> Result<Vec<String>> {

Callers 7

copy_repoMethod · 0.80
open_editorMethod · 0.80
executeMethod · 0.80

Calls 1

run_git_commandMethod · 0.80

Tested by

no test coverage detected