MCPcopy Create free account
hub / github.com/coder/envbuilder / newColor

Function newColor

envbuilder.go:1495–1499  ·  view source on GitHub ↗
(value ...color.Attribute)

Source from the content-addressed store, hash-verified

1493}
1494
1495func newColor(value ...color.Attribute) *color.Color {
1496 c := color.New(value...)
1497 c.EnableColor()
1498 return c
1499}
1500
1501func findDevcontainerJSON(workspaceFolder string, options options.Options) (string, string, error) {
1502 if workspaceFolder == "" {

Callers 2

runFunction · 0.85
RunCacheProbeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected