MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / compressHelper0

Function compressHelper0

runtime/LogTest.cc:2432–2436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2430static int compressHelper1TimesRun = 0;
2431
2432static void
2433compressHelper0(int numNibbles, const ParamType*, char **in, char**out)
2434{
2435 ++compressHelper0TimesRun;
2436}
2437
2438static void
2439compressHelper1(int numNibbles, const ParamType*, char **in, char**out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected