| 1244 | } |
| 1245 | |
| 1246 | void MzQuantMLHandler::writeUserParams_(std::ostream& os, const MetaInfoInterface& meta, UInt indent) |
| 1247 | { |
| 1248 | String h; |
| 1249 | writeUserParams_(h, meta, indent); |
| 1250 | os << h; |
| 1251 | } |
| 1252 | |
| 1253 | void MzQuantMLHandler::writeUserParams_(String& s, const MetaInfoInterface& meta, UInt indent) |
| 1254 | { |
nothing calls this directly
no test coverage detected