Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ WriteRune
Method
WriteRune
string_unicode.go:179–182 ·
view source on GitHub ↗
(r rune)
Source
from the content-addressed store, hash-verified
177
}
178
179
func
(b *unicodeStringBuilder) WriteRune(r rune) {
180
b.Grow(2)
181
b.writeRuneFast(r)
182
}
183
184
// assumes already started
185
func
(b *unicodeStringBuilder) writeRuneFast(r rune) {
Callers
1
stringFromRune
Function · 0.95
Calls
2
Grow
Method · 0.95
writeRuneFast
Method · 0.95
Tested by
no test coverage detected