Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ START_SECTION
Function
START_SECTION
src/tests/class_tests/openms/source/MRMMapping_test.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
MRMMapping* nullPointer = nullptr;
26
27
START_SECTION(MRMMapping())
28
{
29
ptr = new MRMMapping();
30
TEST_NOT_EQUAL(ptr, nullPointer)
31
}
32
END_SECTION
33
34
START_SECTION(~MRMMapping())
Callers
nothing calls this directly
Calls
15
TEST_EQUAL
Function · 0.85
TEST_EXCEPTION
Function · 0.85
mapExperiment
Method · 0.80
getDefaults
Method · 0.80
setParameters
Method · 0.80
getComment
Method · 0.80
getChromatograms
Method · 0.80
setTransitions
Method · 0.80
getNativeID
Method · 0.80
setComment
Method · 0.45
addChromatogram
Method · 0.45
getNrChromatograms
Method · 0.45
Tested by
no test coverage detected