For showing all chunks
| 52 | |
| 53 | // For showing all chunks |
| 54 | void CLD2_Debug2(const char* text, |
| 55 | bool more_to_come, bool score_cjk, |
| 56 | const ScoringHitBuffer* hitbuffer, |
| 57 | const ScoringContext* scoringcontext, |
| 58 | const SummaryBuffer* summarybuffer) {} |
| 59 | |
| 60 | void DumpResultChunkVector(FILE* f, const char* src, |
| 61 | ResultChunkVector* resultchunkvector) {} |
nothing calls this directly
no outgoing calls
no test coverage detected