(id TypeId)
| 176 | } |
| 177 | |
| 178 | func (c *WriteContext) WriteTypeId(id TypeId) { |
| 179 | c.buffer.WriteUint8(uint8(id)) |
| 180 | } |
| 181 | |
| 182 | // writeFast writes a value using fast path based on DispatchId |
| 183 | func (c *WriteContext) writeFast(ptr unsafe.Pointer, ct DispatchId) { |
no test coverage detected