MCPcopy 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
11func stringIsEmpty(s string) bool {
12 return s == ""
13}
14
15func randomString(length int) string {
16 const charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"

Callers 6

ConfigureFormMethod · 0.85
ConfigureFormMethod · 0.85
ConfigureFormMethod · 0.85
ConfigureFormMethod · 0.85
ConfigureFormMethod · 0.85
ConfigureFormMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected