MCPcopy 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
179func (b *unicodeStringBuilder) WriteRune(r rune) {
180 b.Grow(2)
181 b.writeRuneFast(r)
182}
183
184// assumes already started
185func (b *unicodeStringBuilder) writeRuneFast(r rune) {

Callers 1

stringFromRuneFunction · 0.95

Calls 2

GrowMethod · 0.95
writeRuneFastMethod · 0.95

Tested by

no test coverage detected