Format implements the NodeFormatter interface.
(ctx *FmtCtx)
| 3281 | |
| 3282 | // Format implements the NodeFormatter interface. |
| 3283 | func (d *DInterval) Format(ctx *FmtCtx) { |
| 3284 | FormatDuration(d.Duration, ctx) |
| 3285 | } |
| 3286 | |
| 3287 | // Size implements the Datum interface. |
| 3288 | func (d *DInterval) Size() uintptr { |
nothing calls this directly
no test coverage detected