MCPcopy Create free account
hub / github.com/dashed/git-chain / display_status

Method display_status

src/branch.rs:182–190  ·  view source on GitHub ↗
(&self, git_chain: &GitChain, show_prs: bool)

Source from the content-addressed store, hash-verified

180 }
181
182 pub fn display_status(&self, git_chain: &GitChain, show_prs: bool) -> Result<(), Error> {
183 let chain = Chain::get_chain(git_chain, &self.chain_name)?;
184
185 let current_branch = git_chain.get_current_branch_name()?;
186
187 chain.display_list(git_chain, &current_branch, show_prs)?;
188
189 Ok(())
190 }
191
192 pub fn change_root_branch(
193 &self,

Callers 3

run_statusMethod · 0.80
init_chainMethod · 0.80
move_branchMethod · 0.80

Calls 2

display_listMethod · 0.80

Tested by

no test coverage detected