Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arq5x/bedtools2
/ BedFilePE
Method
BedFilePE
src/utils/bedFilePE/bedFilePE.cpp:20–22 ·
view source on GitHub ↗
Constructor
Source
from the content-addressed store, hash-verified
18
19
// Constructor
20
BedFilePE::BedFilePE(string &bedFile) {
21
this->bedFile = bedFile;
22
}
23
24
// Destructor
25
BedFilePE::~BedFilePE(void) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected