Format implements the NodeFormatter interface.
(ctx *FmtCtx)
| 2267 | |
| 2268 | // Format implements the NodeFormatter interface. |
| 2269 | func (d *DDate) Format(ctx *FmtCtx) { |
| 2270 | FormatDate(d.Date, ctx) |
| 2271 | } |
| 2272 | |
| 2273 | // Size implements the Datum interface. |
| 2274 | func (d *DDate) Size() uintptr { |
nothing calls this directly
no test coverage detected