MCPcopy 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
writeFeatureHeaderFunction · 0.80
writeRunHeaderFunction · 0.80
writeProteinHeaderFunction · 0.80
writeProteinGroupHeaderFunction · 0.80
writePeptideHeaderFunction · 0.80
main_Method · 0.80
generateLFQInput_Method · 0.80
writeXvalResultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected