MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / String

Method String

src/openms/source/DATASTRUCTURES/String.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 const String String::EMPTY;
22
23 String::String() :
24 string()
25 {
26 }
27
28 String::String(const string& s) :
29 string(s)

Callers 14

testMxxxFileFunction · 0.45
testNumpressCoderFunction · 0.45
testBase64Function · 0.45
testIBSpectraFileFunction · 0.45
testProteaseDBFunction · 0.45
testElementDBFunction · 0.45
testResidueDBFunction · 0.45
testStringFunction · 0.45
test_encodeNP_SLOFMethod · 0.45
test_encodeNP_PICMethod · 0.45
test_encodeNP_LINEARMethod · 0.45
test_encodeNP_SLOFMethod · 0.45

Calls 2

appendFunction · 0.85
appendLowPFunction · 0.85

Tested by 14

testMxxxFileFunction · 0.36
testNumpressCoderFunction · 0.36
testBase64Function · 0.36
testIBSpectraFileFunction · 0.36
testProteaseDBFunction · 0.36
testElementDBFunction · 0.36
testResidueDBFunction · 0.36
testStringFunction · 0.36
test_encodeNP_SLOFMethod · 0.36
test_encodeNP_PICMethod · 0.36
test_encodeNP_LINEARMethod · 0.36
test_encodeNP_SLOFMethod · 0.36