AmbiguousFormat implements the Datum interface.
()
| 2060 | |
| 2061 | // AmbiguousFormat implements the Datum interface. |
| 2062 | func (d *DOidWrapper) AmbiguousFormat() bool { |
| 2063 | return d.Wrapped.AmbiguousFormat() |
| 2064 | } |
| 2065 | |
| 2066 | // Format implements the NodeFormatter interface. |
| 2067 | func (d *DOidWrapper) Format(ctx *FmtCtx) { |
nothing calls this directly
no test coverage detected