MCPcopy Create free account
hub / github.com/GregoryFaust/samblaster / outputSAMBlock

Function outputSAMBlock

samblaster.cpp:838–845  ·  view source on GitHub ↗

This is apparently no longer called.

Source from the content-addressed store, hash-verified

836
837// This is apparently no longer called.
838void outputSAMBlock(splitLine_t * block, FILE * output)
839{
840 for (splitLine_t * line = block; line != NULL; line = line->next)
841 {
842 writeLine(line, output);
843 }
844 disposeSplitLines(block);
845}
846
847inline bool needSwap(splitLine_t * first, splitLine_t * second)
848{

Callers

nothing calls this directly

Calls 2

writeLineFunction · 0.85
disposeSplitLinesFunction · 0.85

Tested by

no test coverage detected