Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testMxxxFile
Function · 0.45
testNumpressCoder
Function · 0.45
testBase64
Function · 0.45
testIBSpectraFile
Function · 0.45
testProteaseDB
Function · 0.45
testElementDB
Function · 0.45
testResidueDB
Function · 0.45
testString
Function · 0.45
test_encodeNP_SLOF
Method · 0.45
test_encodeNP_PIC
Method · 0.45
test_encodeNP_LINEAR
Method · 0.45
test_encodeNP_SLOF
Method · 0.45
Calls
2
append
Function · 0.85
appendLowP
Function · 0.85
Tested by
14
testMxxxFile
Function · 0.36
testNumpressCoder
Function · 0.36
testBase64
Function · 0.36
testIBSpectraFile
Function · 0.36
testProteaseDB
Function · 0.36
testElementDB
Function · 0.36
testResidueDB
Function · 0.36
testString
Function · 0.36
test_encodeNP_SLOF
Method · 0.36
test_encodeNP_PIC
Method · 0.36
test_encodeNP_LINEAR
Method · 0.36
test_encodeNP_SLOF
Method · 0.36