MCPcopy Create free account
hub / github.com/apache/fory / ToBuffer

Method ToBuffer

go/fory/slice_primitive.go:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func (o *ByteSliceBufferObject) ToBuffer() *ByteBuffer {
107 return NewByteBuffer(o.data)
108}
109
110// ============================================================================
111// boolSliceSerializer - optimized []bool serialization

Callers

nothing calls this directly

Calls 1

NewByteBufferFunction · 0.85

Tested by

no test coverage detected