Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actiontech/dtle
/ LowerString
Function
LowerString
g/g.go:158–160 ·
view source on GitHub ↗
(s *string)
Source
from the content-addressed store, hash-verified
156
}
157
158
func
LowerString(s *string) {
159
*s = strings.ToLower(*s)
160
}
161
162
func
AddBigTxJob() {
163
nv := atomic.AddInt32(&bigTxJobs, 1)
Callers
3
CheckAndApplyLowerCaseTableNames
Method · 0.92
CheckAndApplyLowerCaseTableNames
Method · 0.92
resolveQuery
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected