DBytes is the bytes Datum. The underlying type is a string because we want the immutability, but this may contain arbitrary bytes.
| 1353 | // DBytes is the bytes Datum. The underlying type is a string because we want |
| 1354 | // the immutability, but this may contain arbitrary bytes. |
| 1355 | type DBytes string |
| 1356 | |
| 1357 | // NewDBytes is a helper routine to create a *DBytes initialized from its |
| 1358 | // argument. |
no outgoing calls
no test coverage detected