Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
297
func
IsSurrogate(ch rune) bool {
298
return
utf16.IsSurrogate(ch)
299
}
300
301
func
SurrogatePairToCodePoint(high rune, low rune) rune {
302
return
utf16.DecodeRune(high, low)
Callers
3
ToLowerJS
Function · 0.85
ToUpperJS
Function · 0.85
EncodeJSStringRune
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected