Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
func
(branch Branch) String() string {
100
return
branch.Name
101
}
102
103
func
(branch Branch) Is(branchName string) bool {
104
return
branch.Name == branchName
Callers
15
commitsOnCurrentBranch
Function · 0.80
commitsOnRemoteBranch
Function · 0.80
status
Function · 0.80
squashWip
Function · 0.80
assertOnBranch
Function · 0.80
determineBranches
Function · 0.80
deleteRemoteWipBranch
Function · 0.80
start
Function · 0.80
createRemoteBranch
Function · 0.80
getWipBranchesForBaseBranch
Function · 0.80
startJoinMobSession
Function · 0.80
startNewMobSession
Function · 0.80
Calls
no outgoing calls
Tested by
3
commitsOnCurrentBranch
Function · 0.64
commitsOnRemoteBranch
Function · 0.64
assertOnBranch
Function · 0.64