SIGN IN SIGN UP

docs: RE-confirm force-resend leaf-index numbering via EncodeField

EncodeField (0x4334e0) assigns each field's flat index via a per-leaf counter that
increments in record-walk DFS order over *(serializer+0x30) (stride 0x2e, descending
embedded) — exactly ForceResend.WalkLeaves. So the index<->name map matches the
snapshot/CalcDelta index space for standard fields; only polymorphic/dynamic-array
fields (fieldInfo flag +0xD0 &0x40) remain an edge. Removes the main verify-point.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
P
Prefix committed
ab6ebbe72b2c26e0c8d130cbe2a4ae4df7a1e15c
Parent: e3efab3