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

Function doneSquash

configuration/configuration.go:550–559  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

548}
549
550func doneSquash(value string) string {
551 switch value {
552 case NoSquash:
553 return NoSquash
554 case SquashWip:
555 return SquashWip
556 default:
557 return Squash
558 }
559}
560
561func quote(value string) string {
562 return strconv.Quote(value)

Callers 2

setMobDoneSquashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected