MCPcopy Create free account
hub / github.com/cli/cli / disableColorLabelsConfig

Function disableColorLabelsConfig

internal/ghcmd/cmd_test.go:623–625  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

621}
622
623func disableColorLabelsConfig() gh.Config {
624 return config.NewMockConfigFromString("color_labels: disabled")
625}
626
627func enableColorLabelsConfig() gh.Config {
628 return config.NewMockConfigFromString("color_labels: enabled")

Callers 1

Calls 1

NewMockConfigFromStringFunction · 0.92

Tested by

no test coverage detected