Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
374
func
emptyToZero(input string) string {
375
if
strings.TrimSpace(input) ==
""
{
376
return
""
377
}
378
return
input
379
}
Callers
1
parseAssets
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected