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