NewDBytes is a helper routine to create a *DBytes initialized from its argument.
(d DBytes)
| 1357 | // NewDBytes is a helper routine to create a *DBytes initialized from its |
| 1358 | // argument. |
| 1359 | func NewDBytes(d DBytes) *DBytes { |
| 1360 | return &d |
| 1361 | } |
| 1362 | |
| 1363 | // MustBeDBytes attempts to convert an Expr into a DBytes, panicking if unsuccessful. |
| 1364 | func MustBeDBytes(e Expr) DBytes { |
no outgoing calls
no test coverage detected
searching dependent graphs…