MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / newBranch

Function newBranch

mob.go:93–97  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

91}
92
93func newBranch(name string) Branch {
94 return Branch{
95 Name: strings.TrimSpace(name),
96 }
97}
98
99func (branch Branch) String() string {
100 return branch.Name

Callers 15

assertDetermineBranchesFunction · 0.85
TestRemoveWipPrefixFunction · 0.85
assertMobSessionBranchesFunction · 0.85
assertLocalBranchFunction · 0.85
assertNoLocalBranchFunction · 0.85
remoteMethod · 0.85
addWipPrefixMethod · 0.85
addWipQualifierMethod · 0.85
removeWipPrefixMethod · 0.85

Calls

no outgoing calls