Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
void MapFile::processHits(RecordOutputMgr *outputMgr, RecordKeyVector &hits)
26
{
27
outputMgr->printRecord(hits.getKey(), _context->getColumnOpsVal(hits));
28
}
29
Callers
nothing calls this directly
Calls
2
printRecord
Method · 0.45
getKey
Method · 0.45
Tested by
no test coverage detected