Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arq5x/bedtools2
/ PrintHeader
Method
PrintHeader
src/utils/bedFile/bedFile.cpp:201–203 ·
view source on GitHub ↗
Dump the header
Source
from the content-addressed store, hash-verified
199
200
// Dump the header
201
void BedFile::PrintHeader(void) {
202
cout << _header;
203
}
204
205
206
bool BedFile::GetNextBed(BED &bed, bool forceSorted) {
Callers
1
ChromSweep
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected