MCPcopy Create free account
hub / github.com/codechenx/FastTableViewer / toLower

Function toLower

utils.go:354–356  ·  view source on GitHub ↗

toLower converts a string to lowercase using optimized stdlib

(s string)

Source from the content-addressed store, hash-verified

352
353// toLower converts a string to lowercase using optimized stdlib
354func toLower(s string) string {
355 return strings.ToLower(s)
356}
357
358// makeProgressBar creates a visual progress bar
359// percent should be between 0 and 100

Callers 1

TestToLowerFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestToLowerFunction · 0.68