Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ foldRune
Function
foldRune
json/parse.go:776–781 ·
view source on GitHub ↗
(r rune)
Source
from the content-addressed store, hash-verified
774
}
775
776
func
foldRune(r rune) rune {
777
if
r = unicode.SimpleFold(r);
'A'
<= r && r <=
'Z'
{
778
r = r + (
'a'
-
'A'
)
779
}
780
return
r
781
}
Callers
1
appendToLower
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…