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

Method WriteData

go/fory/slice.go:154–156  ·  view source on GitHub ↗
(ctx *WriteContext, value reflect.Value)

Source from the content-addressed store, hash-verified

152}
153
154func (s *sliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
155 s.writeDataWithGenerics(ctx, value, false)
156}
157
158func (s *sliceSerializer) writeDataWithGenerics(ctx *WriteContext, value reflect.Value, hasGenerics bool) {
159 length := value.Len()

Callers

nothing calls this directly

Calls 1

writeDataWithGenericsMethod · 0.95

Tested by

no test coverage detected