We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00347f5 commit 53d195fCopy full SHA for 53d195f
pkg/gui/types/common.go
@@ -313,8 +313,6 @@ type Model struct {
313
HashPool *utils.StringPool
314
}
315
316
-// if you add a new mutex here be sure to instantiate it. We're using pointers to
317
-// mutexes so that we can pass the mutexes to controllers.
318
type Mutexes struct {
319
RefreshingFilesMutex deadlock.Mutex
320
RefreshingBranchesMutex deadlock.Mutex
0 commit comments