MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / emptyToZero

Function emptyToZero

internal/fab/scraper.go:374–379  ·  view source on GitHub ↗
(input string)

Source from the content-addressed store, hash-verified

372}
373
374func emptyToZero(input string) string {
375 if strings.TrimSpace(input) == "" {
376 return ""
377 }
378 return input
379}

Callers 1

parseAssetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected