| 2430 | static int compressHelper1TimesRun = 0; |
| 2431 | |
| 2432 | static void |
| 2433 | compressHelper0(int numNibbles, const ParamType*, char **in, char**out) |
| 2434 | { |
| 2435 | ++compressHelper0TimesRun; |
| 2436 | } |
| 2437 | |
| 2438 | static void |
| 2439 | compressHelper1(int numNibbles, const ParamType*, char **in, char**out) |
nothing calls this directly
no outgoing calls
no test coverage detected