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

Method remote

mob.go:107–109  ·  view source on GitHub ↗
(configuration config.Configuration)

Source from the content-addressed store, hash-verified

105}
106
107func (branch Branch) remote(configuration config.Configuration) Branch {
108 return newBranch(configuration.RemoteName + "/" + branch.Name)
109}
110
111func (branch Branch) hasRemoteBranch(configuration config.Configuration) bool {
112 remoteBranches := gitRemoteBranches()

Callers 15

hasRemoteBranchMethod · 0.95
hasLocalCommitsMethod · 0.95
hasUnpushedCommitsMethod · 0.95
squashWipFunction · 0.80
assertMobSessionBranchesFunction · 0.80
branchFunction · 0.80
deleteRemoteWipBranchFunction · 0.80
startFunction · 0.80
createRemoteBranchFunction · 0.80
startJoinMobSessionFunction · 0.80

Calls 1

newBranchFunction · 0.85

Tested by 2

assertMobSessionBranchesFunction · 0.64