AvailableBuffer returns a zero-length buffer with a possible non-zero capacity. This buffer is intended to be used to populate a [Value] being passed to an immediately succeeding [Encoder.WriteValue] call. Example usage: b := e.AvailableBuffer() b = append(b, '"') b = appendString(b, v) // appe
()
source not stored for this graph (policy: none)
no outgoing calls