For showing one chunk Print debug output for one scored chunk Optionally print out per-chunk scoring information In degenerate cases, hitbuffer and cspan can be NULL
| 42 | // Optionally print out per-chunk scoring information |
| 43 | // In degenerate cases, hitbuffer and cspan can be NULL |
| 44 | void CLD2_Debug(const char* text, |
| 45 | int lo_offset, |
| 46 | int hi_offset, |
| 47 | bool more_to_come, bool score_cjk, |
| 48 | const ScoringHitBuffer* hitbuffer, |
| 49 | const ScoringContext* scoringcontext, |
| 50 | const ChunkSpan* cspan, |
| 51 | const ChunkSummary* chunksummary) {} |
| 52 | |
| 53 | // For showing all chunks |
| 54 | void CLD2_Debug2(const char* text, |
nothing calls this directly
no outgoing calls
no test coverage detected