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

Method WriteData

go/fory/slice_primitive.go:619–621  ·  view source on GitHub ↗
(ctx *WriteContext, value reflect.Value)

Source from the content-addressed store, hash-verified

617}
618
619func (s stringSliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
620 s.writeDataWithGenerics(ctx, value, false)
621}
622
623func (s stringSliceSerializer) Write(ctx *WriteContext, refMode RefMode, writeType bool, hasGenerics bool, value reflect.Value) {
624 done := writeSliceRefAndType(ctx, refMode, writeType, value, LIST)

Callers

nothing calls this directly

Calls 1

writeDataWithGenericsMethod · 0.95

Tested by

no test coverage detected