Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ enableColorLabelsConfig
Function
enableColorLabelsConfig
internal/ghcmd/cmd_test.go:627–629 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
625
}
626
627
func
enableColorLabelsConfig() gh.Config {
628
return
config.NewMockConfigFromString(
"color_labels: enabled"
)
629
}
630
631
func
Test_authRecoveryCommand(t *testing.T) {
632
tests := []
struct
{
Callers
1
Test_newIOStreams_colorLabels
Function · 0.85
Calls
1
NewMockConfigFromString
Function · 0.92
Tested by
no test coverage detected