MCPcopy Index your code
hub / github.com/coder/coder / cmpString

Function cmpString

scripts/gotestsummary/main.go:477–482  ·  view source on GitHub ↗
(value, fallback string)

Source from the content-addressed store, hash-verified

475}
476
477func cmpString(value, fallback string) string {
478 if value == "" {
479 return fallback
480 }
481 return value
482}

Callers 1

summarizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected