Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/karol-broda/snitch
/ Println
Function
Println
internal/errutil/errutil.go:28–30 ·
view source on GitHub ↗
(c *color.Color, a ...any)
Source
from the content-addressed store, hash-verified
26
}
27
28
func
Println(c *color.Color, a ...any) {
29
_, _ = c.Println(a...)
30
}
31
32
func
Printf(c *color.Color, format string, a ...any) {
33
_, _ = c.Printf(format, a...)
Callers
11
runUpgrade
Function · 0.92
handleSpecificVersion
Function · 0.92
handleNixUpgrade
Function · 0.92
handleNixSpecificVersion
Function · 0.92
printVersionComparison
Function · 0.92
printVersionComparisonTarget
Function · 0.92
printUpgradeInstructions
Function · 0.92
performUpgrade
Function · 0.92
removeQuarantine
Function · 0.92
printNixUpgradeInstructions
Function · 0.92
version.go
File · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected