MCPcopy Index your code
hub / github.com/cli/cli / disableColorLabelsConfig

Function disableColorLabelsConfig

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

Source from the content-addressed store, hash-verified

509}
510
511func disableColorLabelsConfig() gh.Config {
512 return config.NewFromString("color_labels: disabled")
513}
514
515func enableColorLabelsConfig() gh.Config {
516 return config.NewFromString("color_labels: enabled")

Callers 1

Calls 1

NewFromStringFunction · 0.92

Tested by

no test coverage detected