DBitArray is the BIT/VARBIT Datum.
| 283 | |
| 284 | // DBitArray is the BIT/VARBIT Datum. |
| 285 | type DBitArray struct { |
| 286 | utils.BitArray |
| 287 | } |
| 288 | |
| 289 | // ParseDBitArray parses a string representation of binary digits. |
| 290 | func ParseDBitArray(s string) (*DBitArray, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected