MCPcopy Create free account
hub / github.com/microsoft/typescript-go / IsSurrogate

Function IsSurrogate

internal/stringutil/util.go:297–299  ·  view source on GitHub ↗
(ch rune)

Source from the content-addressed store, hash-verified

295}
296
297func IsSurrogate(ch rune) bool {
298 return utf16.IsSurrogate(ch)
299}
300
301func SurrogatePairToCodePoint(high rune, low rune) rune {
302 return utf16.DecodeRune(high, low)

Callers 3

ToLowerJSFunction · 0.85
ToUpperJSFunction · 0.85
EncodeJSStringRuneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected