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

Function hasUncommittedChanges

mob.go:1060–1062  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1058}
1059
1060func hasUncommittedChanges() bool {
1061 return !isNothingToCommit()
1062}
1063
1064func isMobProgramming(configuration config.Configuration) bool {
1065 currentBranch := gitCurrentBranch()

Callers 4

squashWipFunction · 0.85
startFunction · 0.85
nextFunction · 0.85
doneFunction · 0.85

Calls 1

isNothingToCommitFunction · 0.85

Tested by

no test coverage detected