Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ WriteByte_
Method
WriteByte_
go/fory/buffer.go:198–202 ·
view source on GitHub ↗
(value byte)
Source
from the content-addressed store, hash-verified
196
}
197
198
func
(b *ByteBuffer) WriteByte_(value byte) {
199
b.grow(1)
200
b.data[b.writerIndex] = value
201
b.writerIndex++
202
}
203
204
func
(b *ByteBuffer) WriteInt8(value int8) {
205
b.grow(1)
Callers
9
TestVarint
Function · 0.95
TestDecimalRejectsNonCanonicalBigPayload
Function · 0.95
TestDecimalOOM
Function · 0.95
testBuffer
Function · 0.95
writeMetaString
Method · 0.80
writeHeader
Function · 0.80
RawInt8
Method · 0.80
WriteByte
Method · 0.80
writeFast
Method · 0.80
Calls
1
grow
Method · 0.95
Tested by
3
TestVarint
Function · 0.76
TestDecimalRejectsNonCanonicalBigPayload
Function · 0.76
TestDecimalOOM
Function · 0.76