Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ modifyStrings
Method
modifyStrings
src/openms/source/FORMAT/SVOutStream.cpp:135–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
bool SVOutStream::modifyStrings(bool modify)
136
{
137
bool old = modify_strings_;
138
modify_strings_ = modify;
139
return old;
140
}
141
142
} // namespace OpenMS
Callers
10
writeComments_
Method · 0.80
writeFeatureHeader
Function · 0.80
writeRunHeader
Function · 0.80
writeProteinHeader
Function · 0.80
writeProteinGroupHeader
Function · 0.80
writePeptideHeader
Function · 0.80
main_
Method · 0.80
generateLFQInput_
Method · 0.80
writeXvalResults
Method · 0.80
SVOutStream_test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected