Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Xpl0itU/passiveMachine
/ stringIsEmpty
Function
stringIsEmpty
utils.go:11–13 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
9
)
10
11
func
stringIsEmpty(s string) bool {
12
return
s ==
""
13
}
14
15
func
randomString(length int) string {
16
const
charset =
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
Callers
6
ConfigureForm
Method · 0.85
ConfigureForm
Method · 0.85
ConfigureForm
Method · 0.85
ConfigureForm
Method · 0.85
ConfigureForm
Method · 0.85
ConfigureForm
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected