Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/davecheney/httpstat
/ grayscale
Function
grayscale
main.go:104–106 ·
view source on GitHub ↗
(code color.Attribute)
Source
from the content-addressed store, hash-verified
102
}
103
104
func
grayscale(code color.Attribute)
func
(string, ...
interface
{}) string {
105
return
color.New(code + 232).SprintfFunc()
106
}
107
108
func
main() {
109
flag.Parse()
Callers
1
visit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected