Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FloatTech/ZeroBot-Plugin-Playground
/ notnull
Function
notnull
plugin/playwright/playwright.go:188–193 ·
view source on GitHub ↗
(text string)
Source
from the content-addressed store, hash-verified
186
}
187
188
func
notnull(text string) string {
189
if
text ==
""
{
190
return
"None"
191
}
192
return
text
193
}
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected