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

Method remove_from_chain

src/branch.rs:81–83  ·  view source on GitHub ↗
(self, git_chain: &GitChain)

Source from the content-addressed store, hash-verified

79 }
80
81 pub fn remove_from_chain(self, git_chain: &GitChain) -> Result<(), Error> {
82 Branch::delete_all_configs(git_chain, &self.branch_name)
83 }
84
85 pub fn get_branch_with_chain(
86 git_chain: &GitChain,

Callers 3

deleteMethod · 0.80
pruneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected