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

Method String

mob.go:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func (branch Branch) String() string {
100 return branch.Name
101}
102
103func (branch Branch) Is(branchName string) bool {
104 return branch.Name == branchName

Callers 15

commitsOnCurrentBranchFunction · 0.80
commitsOnRemoteBranchFunction · 0.80
statusFunction · 0.80
squashWipFunction · 0.80
assertOnBranchFunction · 0.80
determineBranchesFunction · 0.80
deleteRemoteWipBranchFunction · 0.80
startFunction · 0.80
createRemoteBranchFunction · 0.80
startJoinMobSessionFunction · 0.80
startNewMobSessionFunction · 0.80

Calls

no outgoing calls

Tested by 3

commitsOnCurrentBranchFunction · 0.64
commitsOnRemoteBranchFunction · 0.64
assertOnBranchFunction · 0.64