MCPcopy Create free account
hub / github.com/dop251/goja / unicodeStringFromRunes

Function unicodeStringFromRunes

string_unicode.go:562–564  ·  view source on GitHub ↗
(r []rune)

Source from the content-addressed store, hash-verified

560}
561
562func unicodeStringFromRunes(r []rune) unicodeString {
563 return unistring.NewFromRunes(r).AsUtf16()
564}
565
566func toLower(s string) String {
567 caser := cases.Lower(language.Und)

Callers 4

toLowerFunction · 0.85
TestValueStringBuilderFunction · 0.85
TestEscapeInvalidUtf16Function · 0.85
_decodeMethod · 0.85

Calls 2

NewFromRunesFunction · 0.92
AsUtf16Method · 0.80

Tested by 2

TestValueStringBuilderFunction · 0.68
TestEscapeInvalidUtf16Function · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…