Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataease/SQLBot
/ _randBool
Method
_randBool
frontend/public/swagger-ui-bundle.js:19197–19199 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19195
return
s + (97 <= s && s <= 122 ? -32 : 65 <= s && s <= 90 ? 32 : 0)
19196
}
19197
_randBool() {
19198
return
!this.randInt(0, 1)
19199
}
19200
_randSelect(s) {
19201
return
s instanceof u
19202
? s.index(this.randInt(0, s.length - 1))
Callers
1
_gen
Method · 0.95
Calls
1
randInt
Method · 0.95
Tested by
no test coverage detected