Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1060
func
hasUncommittedChanges() bool {
1061
return
!isNothingToCommit()
1062
}
1063
1064
func
isMobProgramming(configuration config.Configuration) bool {
1065
currentBranch := gitCurrentBranch()
Callers
4
squashWip
Function · 0.85
start
Function · 0.85
next
Function · 0.85
done
Function · 0.85
Calls
1
isNothingToCommit
Function · 0.85
Tested by
no test coverage detected