MCPcopy Create free account
hub / github.com/arq5x/bedtools2 / processHits

Method processHits

src/mapFile/mapFile.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void MapFile::processHits(RecordOutputMgr *outputMgr, RecordKeyVector &hits)
26{
27 outputMgr->printRecord(hits.getKey(), _context->getColumnOpsVal(hits));
28}
29

Callers

nothing calls this directly

Calls 2

printRecordMethod · 0.45
getKeyMethod · 0.45

Tested by

no test coverage detected