(value: BytesLike, name?: string)
| 63 | * @see: getBytes |
| 64 | */ |
| 65 | export function getBytesCopy(value: BytesLike, name?: string): Uint8Array { |
| 66 | return _getBytes(value, name, true); |
| 67 | } |
| 68 | |
| 69 | |
| 70 | /** |
nothing calls this directly
no test coverage detected