* Load ZStandard if it is not already set.
()
| 147 | * Load ZStandard if it is not already set. |
| 148 | */ |
| 149 | function loadZstd() { |
| 150 | if (!zstd) { |
| 151 | zstd = getZstdLibrary(); |
| 152 | } |
| 153 | } |
| 154 | |
| 155 | const MESSAGE_HEADER_SIZE = 16; |
| 156 |
no test coverage detected