MCPcopy 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
158func LowerString(s *string) {
159 *s = strings.ToLower(*s)
160}
161
162func AddBigTxJob() {
163 nv := atomic.AddInt32(&bigTxJobs, 1)

Callers 3

resolveQueryMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected