Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git-bug/git-bug
/ TestLabelRGBAEqual
Function
TestLabelRGBAEqual
entities/common/label_test.go:30–35 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
28
}
29
30
func
TestLabelRGBAEqual(t *testing.T) {
31
color1 := Label(
"test"
).Color()
32
color2 := Label(
"test"
).Color()
33
34
require.Equal(t, color1, color2)
35
}
Callers
nothing calls this directly
Calls
2
Label
TypeAlias · 0.70
Color
Method · 0.65
Tested by
no test coverage detected