Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arq5x/bedtools2
/ MapFile
Method
MapFile
src/mapFile/mapFile.cpp:10–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
#include
"mapFile.h"
9
10
MapFile::MapFile(ContextMap *context)
11
: IntersectFile(context)
12
{
13
14
}
15
16
bool MapFile::findNext(RecordKeyVector &hits)
17
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected